Html Css Color HEX #ACE8BD Fringy Flower

📋 copy color: '#ACE8BD'

red 172 ◦ green 232 ◦ blue 189

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

Shades of Fringy Flower #ACE8BD

Tints of Fringy Flower #ACE8BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 31.87%

R = 29.01%
G = 39.12%
B = 31.87%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#ACE8BD (or 0xACE8BD) is known color: Fringy Flower. HEX triplet: AC, E8 and BD. RGB value is (172,232,189). Sum of RGB (Red+Green+Blue) = 172+232+189=593 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.01% from 593); Green value is 232 (91.02% from 255 or 39.12% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 232 - color contains mainly: green. Hex color #ACE8BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE8BD is #531742. Grayscale: #D1D1D1. Windows color (decimal): -5445443 or 12445868. OLE color: 12445868.

HSL color Cylindrical-coordinate representation of color #ACE8BD: hue angle of 137º 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 #ACE8BD is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 232 189 -
CMYK 0.26 0 0.19 0.09
HSL 137º 0.57% 0.79% -
HSV(B) 137º 0.26% 0.91% -
XYZ 55.06 70.16 58.78 -
YUV 209.16 116.62 101.5 -
System Red Green Blue C M Y K H S L
Decimal 172 232 189 0.26 0 0.19 0.09 137 0.57 0.79
Hex AC E8 BD 1A 0 13 9 89 39 4F
Octal 254 350 275 32 0 23 11 211 71 117
Binary 10101100 11101000 10111101 11010 0 10011 1001 10001001 111001 1001111

Color Harmonies of #ACE8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE8BD

Black with #ACE8BD

Text Example


Text Example

White with #ACE8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE8BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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