Html Css Color HEX #ACE8B6 Fringy Flower

📋 copy color: '#ACE8B6'

red 172 ◦ green 232 ◦ blue 182

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

Shades of Fringy Flower #ACE8B6

Tints of Fringy Flower #ACE8B6

RGB

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

 GREEN value IS 232 (91.02% from 255) = 39.59%

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

R = 29.35%
G = 39.59%
B = 31.06%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.22

 K value IS 0.09

RGB Variations

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

Color information

#ACE8B6 (or 0xACE8B6) is known color: Fringy Flower. HEX triplet: AC, E8 and B6. RGB value is (172,232,182). Sum of RGB (Red+Green+Blue) = 172+232+182=586 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.35% from 586); Green value is 232 (91.02% from 255 or 39.59% from 586); Blue value is 182 (71.48% from 255 or 31.06% from 586); Max value from RGB is 232 - color contains mainly: green. Hex color #ACE8B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE8B6 is #531749. Grayscale: #D0D0D0. Windows color (decimal): -5445450 or 11987116. OLE color: 11987116.

HSL color Cylindrical-coordinate representation of color #ACE8B6: hue angle of 130º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACE8B6 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 232 182 -
CMYK 0.26 0 0.22 0.09
HSL 130º 0.57% 0.79% -
HSV(B) 130º 0.26% 0.91% -
XYZ 54.31 69.86 54.88 -
YUV 208.36 113.12 102.07 -
System Red Green Blue C M Y K H S L
Decimal 172 232 182 0.26 0 0.22 0.09 130 0.57 0.79
Hex AC E8 B6 1A 0 16 9 82 39 4F
Octal 254 350 266 32 0 26 11 202 71 117
Binary 10101100 11101000 10110110 11010 0 10110 1001 10000010 111001 1001111

Color Harmonies of #ACE8B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE8B6

Black with #ACE8B6

Text Example


Text Example

White with #ACE8B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE8B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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