Html Css Color HEX #ACE0BB Fringy Flower

📋 copy color: '#ACE0BB'

red 172 ◦ green 224 ◦ blue 187

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

Shades of Fringy Flower #ACE0BB

Tints of Fringy Flower #ACE0BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.08%

R = 29.5%
G = 38.42%
B = 32.08%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#ACE0BB (or 0xACE0BB) is known color: Fringy Flower. HEX triplet: AC, E0 and BB. RGB value is (172,224,187). Sum of RGB (Red+Green+Blue) = 172+224+187=583 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.50% from 583); Green value is 224 (87.89% from 255 or 38.42% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE0BB is #531F44. Grayscale: #CCCCCC. Windows color (decimal): -5447493 or 12312748. OLE color: 12312748.

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

Color convert

RGB 172 224 187 -
CMYK 0.23 0 0.17 0.12
HSL 137.31º 0.46% 0.78% -
HSV(B) 137.31º 0.23% 0.88% -
XYZ 52.64 65.67 56.91 -
YUV 204.23 118.27 105.01 -
System Red Green Blue C M Y K H S L
Decimal 172 224 187 0.23 0 0.17 0.12 137.31 0.46 0.78
Hex AC E0 BB 17 0 11 C 89 2E 4E
Octal 254 340 273 27 0 21 14 211 56 116
Binary 10101100 11100000 10111011 10111 0 10001 1100 10001001 101110 1001110

Color Harmonies of #ACE0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE0BB

Black with #ACE0BB

Text Example


Text Example

White with #ACE0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE0BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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