Html Css Color HEX #ACE5BC Fringy Flower

📋 copy color: '#ACE5BC'

red 172 ◦ green 229 ◦ blue 188

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

Shades of Fringy Flower #ACE5BC

Tints of Fringy Flower #ACE5BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 31.92%

R = 29.2%
G = 38.88%
B = 31.92%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#ACE5BC (or 0xACE5BC) is known color: Fringy Flower. HEX triplet: AC, E5 and BC. RGB value is (172,229,188). Sum of RGB (Red+Green+Blue) = 172+229+188=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 229 (89.84% from 255 or 38.88% from 589); Blue value is 188 (73.83% from 255 or 31.92% from 589); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE5BC is #531A43. Grayscale: #CFCFCF. Windows color (decimal): -5446212 or 12379564. OLE color: 12379564.

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

Color convert

RGB 172 229 188 -
CMYK 0.25 0 0.18 0.10
HSL 136.84º 0.52% 0.79% -
HSV(B) 136.84º 0.25% 0.9% -
XYZ 54.11 68.44 57.94 -
YUV 207.28 117.12 102.83 -
System Red Green Blue C M Y K H S L
Decimal 172 229 188 0.25 0 0.18 0.10 136.84 0.52 0.79
Hex AC E5 BC 19 0 12 A 89 34 4F
Octal 254 345 274 31 0 22 12 211 64 117
Binary 10101100 11100101 10111100 11001 0 10010 1010 10001001 110100 1001111

Color Harmonies of #ACE5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE5BC

Black with #ACE5BC

Text Example


Text Example

White with #ACE5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE5BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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