Html Css Color HEX #ACE0BD Fringy Flower

📋 copy color: '#ACE0BD'

red 172 ◦ green 224 ◦ blue 189

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

Shades of Fringy Flower #ACE0BD

Tints of Fringy Flower #ACE0BD

RGB

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

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

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

R = 29.4%
G = 38.29%
B = 32.31%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#ACE0BD (or 0xACE0BD) is known color: Fringy Flower. HEX triplet: AC, E0 and BD. RGB value is (172,224,189). Sum of RGB (Red+Green+Blue) = 172+224+189=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 224 (87.89% from 255 or 38.29% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE0BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE0BD is #531F42. Grayscale: #CCCCCC. Windows color (decimal): -5447491 or 12443820. OLE color: 12443820.

HSL color Cylindrical-coordinate representation of color #ACE0BD: hue angle of 139.62º 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 #ACE0BD is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 224 189 -
CMYK 0.23 0 0.16 0.12
HSL 139.62º 0.46% 0.78% -
HSV(B) 139.62º 0.23% 0.88% -
XYZ 52.85 65.76 58.05 -
YUV 204.46 119.27 104.85 -
System Red Green Blue C M Y K H S L
Decimal 172 224 189 0.23 0 0.16 0.12 139.62 0.46 0.78
Hex AC E0 BD 17 0 10 C 8C 2E 4E
Octal 254 340 275 27 0 20 14 214 56 116
Binary 10101100 11100000 10111101 10111 0 10000 1100 10001100 101110 1001110

Color Harmonies of #ACE0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE0BD

Black with #ACE0BD

Text Example


Text Example

White with #ACE0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE0BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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