Html Css Color HEX #ACE6B6 Fringy Flower

📋 copy color: '#ACE6B6'

red 172 ◦ green 230 ◦ blue 182

#ACE6B6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fringy Flower #ACE6B6

Tints of Fringy Flower #ACE6B6

RGB

 RED value IS 172 (67.58% from 255) = 29.45%

 GREEN value IS 230 (90.23% from 255) = 39.38%

 BLUE value IS 182 (71.48% from 255) = 31.16%

R = 29.45%
G = 39.38%
B = 31.16%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.21

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ACE6B6 (or 0xACE6B6) is known color: Fringy Flower. HEX triplet: AC, E6 and B6. RGB value is (172,230,182). Sum of RGB (Red+Green+Blue) = 172+230+182=584 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.45% from 584); Green value is 230 (90.23% from 255 or 39.38% from 584); Blue value is 182 (71.48% from 255 or 31.16% from 584); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE6B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE6B6 is #531949. Grayscale: #CFCFCF. Windows color (decimal): -5445962 or 11986604. OLE color: 11986604.

HSL color Cylindrical-coordinate representation of color #ACE6B6: hue angle of 130.34º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACE6B6 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 230 182 -
CMYK 0.25 0 0.21 0.10
HSL 130.34º 0.54% 0.79% -
HSV(B) 130.34º 0.25% 0.9% -
XYZ 53.75 68.74 54.69 -
YUV 207.19 113.78 102.9 -
System Red Green Blue C M Y K H S L
Decimal 172 230 182 0.25 0 0.21 0.10 130.34 0.54 0.79
Hex AC E6 B6 19 0 15 A 82 36 4F
Octal 254 346 266 31 0 25 12 202 66 117
Binary 10101100 11100110 10110110 11001 0 10101 1010 10000010 110110 1001111

Color Harmonies of #ACE6B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE6B6

Black with #ACE6B6

Text Example


Text Example

White with #ACE6B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE6B6; }

 p { color: rgb(172,230,182); }

 H1.HeaderClassName
 {
   color: #ACE6B6;
 }
 .AnyTagClassName
 {
   color: #ACE6B6;
 }
</style>

background-color css

<style>
 a { background-color: #ACE6B6; }

 a { background-color: rgb(172,230,182); }

 div.DivClassName
 {
   background-color: #ACE6B6;
 }
 .BgClassName
 {
   background-color: #ACE6B6;
 }
</style>

border-color css

<style>
 span { border-color: #ACE6B6; }

 span { border-color: rgb(172,230,182); }

 td.TdClassName
 {
   border-color: #ACE6B6;
 }
 .TagClassName
 {
   border-color: #ACE6B6;
 }
</style>