Html Css Color HEX #ACE0B7 Fringy Flower

📋 copy color: '#ACE0B7'

red 172 ◦ green 224 ◦ blue 183

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

Shades of Fringy Flower #ACE0B7

Tints of Fringy Flower #ACE0B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 31.61%

R = 29.71%
G = 38.69%
B = 31.61%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#ACE0B7 (or 0xACE0B7) is known color: Fringy Flower. HEX triplet: AC, E0 and B7. RGB value is (172,224,183). Sum of RGB (Red+Green+Blue) = 172+224+183=579 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.71% from 579); Green value is 224 (87.89% from 255 or 38.69% from 579); Blue value is 183 (71.88% from 255 or 31.61% from 579); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE0B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE0B7 is #531F48. Grayscale: #CBCBCB. Windows color (decimal): -5447497 or 12050604. OLE color: 12050604.

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

Color convert

RGB 172 224 183 -
CMYK 0.23 0 0.18 0.12
HSL 132.69º 0.46% 0.78% -
HSV(B) 132.69º 0.23% 0.88% -
XYZ 52.22 65.5 54.69 -
YUV 203.78 116.27 105.33 -
System Red Green Blue C M Y K H S L
Decimal 172 224 183 0.23 0 0.18 0.12 132.69 0.46 0.78
Hex AC E0 B7 17 0 12 C 85 2E 4E
Octal 254 340 267 27 0 22 14 205 56 116
Binary 10101100 11100000 10110111 10111 0 10010 1100 10000101 101110 1001110

Color Harmonies of #ACE0B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE0B7

Black with #ACE0B7

Text Example


Text Example

White with #ACE0B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE0B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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