Html Css Color HEX #ACE5B8 Fringy Flower

📋 copy color: '#ACE5B8'

red 172 ◦ green 229 ◦ blue 184

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

Shades of Fringy Flower #ACE5B8

Tints of Fringy Flower #ACE5B8

RGB

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

 GREEN value IS 229 (89.84% from 255) = 39.15%

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

R = 29.4%
G = 39.15%
B = 31.45%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.20

 K value IS 0.10

RGB Variations

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

Color information

#ACE5B8 (or 0xACE5B8) is known color: Fringy Flower. HEX triplet: AC, E5 and B8. RGB value is (172,229,184). Sum of RGB (Red+Green+Blue) = 172+229+184=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 229 (89.84% from 255 or 39.15% from 585); Blue value is 184 (72.27% from 255 or 31.45% from 585); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE5B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE5B8 is #531A47. Grayscale: #CECECE. Windows color (decimal): -5446216 or 12117420. OLE color: 12117420.

HSL color Cylindrical-coordinate representation of color #ACE5B8: hue angle of 132.63º degrees, saturation: 0.52, 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 #ACE5B8 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 229 184 -
CMYK 0.25 0 0.20 0.10
HSL 132.63º 0.52% 0.79% -
HSV(B) 132.63º 0.25% 0.9% -
XYZ 53.68 68.27 55.7 -
YUV 206.83 115.12 103.16 -
System Red Green Blue C M Y K H S L
Decimal 172 229 184 0.25 0 0.20 0.10 132.63 0.52 0.79
Hex AC E5 B8 19 0 14 A 85 34 4F
Octal 254 345 270 31 0 24 12 205 64 117
Binary 10101100 11100101 10111000 11001 0 10100 1010 10000101 110100 1001111

Color Harmonies of #ACE5B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE5B8

Black with #ACE5B8

Text Example


Text Example

White with #ACE5B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE5B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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