Html Css Color HEX #ACE0B8 Fringy Flower

📋 copy color: '#ACE0B8'

red 172 ◦ green 224 ◦ blue 184

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

Shades of Fringy Flower #ACE0B8

Tints of Fringy Flower #ACE0B8

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.62%

 BLUE value IS 184 (72.27% from 255) = 31.72%

R = 29.66%
G = 38.62%
B = 31.72%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#ACE0B8 (or 0xACE0B8) is known color: Fringy Flower. HEX triplet: AC, E0 and B8. RGB value is (172,224,184). Sum of RGB (Red+Green+Blue) = 172+224+184=580 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.66% from 580); Green value is 224 (87.89% from 255 or 38.62% from 580); Blue value is 184 (72.27% from 255 or 31.72% from 580); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE0B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE0B8 is #531F47. Grayscale: #CCCCCC. Windows color (decimal): -5447496 or 12116140. OLE color: 12116140.

HSL color Cylindrical-coordinate representation of color #ACE0B8: hue angle of 133.85º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACE0B8 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 224 184 -
CMYK 0.23 0 0.18 0.12
HSL 133.85º 0.46% 0.78% -
HSV(B) 133.85º 0.23% 0.88% -
XYZ 52.32 65.54 55.24 -
YUV 203.89 116.77 105.25 -
System Red Green Blue C M Y K H S L
Decimal 172 224 184 0.23 0 0.18 0.12 133.85 0.46 0.78
Hex AC E0 B8 17 0 12 C 86 2E 4E
Octal 254 340 270 27 0 22 14 206 56 116
Binary 10101100 11100000 10111000 10111 0 10010 1100 10000110 101110 1001110

Color Harmonies of #ACE0B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE0B8

Black with #ACE0B8

Text Example


Text Example

White with #ACE0B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE0B8; }

 p { color: rgb(172,224,184); }

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

background-color css

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

 a { background-color: rgb(172,224,184); }

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

border-color css

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

 span { border-color: rgb(172,224,184); }

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