Html Css Color HEX #ACE0B5 Fringy Flower

📋 copy color: '#ACE0B5'

red 172 ◦ green 224 ◦ blue 181

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

Shades of Fringy Flower #ACE0B5

Tints of Fringy Flower #ACE0B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 31.37%

R = 29.81%
G = 38.82%
B = 31.37%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#ACE0B5 (or 0xACE0B5) is known color: Fringy Flower. HEX triplet: AC, E0 and B5. RGB value is (172,224,181). Sum of RGB (Red+Green+Blue) = 172+224+181=577 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.81% from 577); Green value is 224 (87.89% from 255 or 38.82% from 577); Blue value is 181 (71.09% from 255 or 31.37% from 577); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE0B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE0B5 is #531F4A. Grayscale: #CBCBCB. Windows color (decimal): -5447499 or 11919532. OLE color: 11919532.

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

Color convert

RGB 172 224 181 -
CMYK 0.23 0 0.19 0.12
HSL 130.38º 0.46% 0.78% -
HSV(B) 130.38º 0.23% 0.88% -
XYZ 52.01 65.42 53.6 -
YUV 203.55 115.27 105.5 -
System Red Green Blue C M Y K H S L
Decimal 172 224 181 0.23 0 0.19 0.12 130.38 0.46 0.78
Hex AC E0 B5 17 0 13 C 82 2E 4E
Octal 254 340 265 27 0 23 14 202 56 116
Binary 10101100 11100000 10110101 10111 0 10011 1100 10000010 101110 1001110

Color Harmonies of #ACE0B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE0B5

Black with #ACE0B5

Text Example


Text Example

White with #ACE0B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE0B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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