Html Css Color HEX #ACE0BF Fringy Flower

📋 copy color: '#ACE0BF'

red 172 ◦ green 224 ◦ blue 191

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

Shades of Fringy Flower #ACE0BF

Tints of Fringy Flower #ACE0BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 32.54%

R = 29.3%
G = 38.16%
B = 32.54%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#ACE0BF (or 0xACE0BF) is known color: Fringy Flower. HEX triplet: AC, E0 and BF. RGB value is (172,224,191). Sum of RGB (Red+Green+Blue) = 172+224+191=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 224 (87.89% from 255 or 38.16% from 587); Blue value is 191 (75% from 255 or 32.54% from 587); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE0BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE0BF is #531F40. Grayscale: #CCCCCC. Windows color (decimal): -5447489 or 12574892. OLE color: 12574892.

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

Color convert

RGB 172 224 191 -
CMYK 0.23 0 0.15 0.12
HSL 141.92º 0.46% 0.78% -
HSV(B) 141.92º 0.23% 0.88% -
XYZ 53.07 65.84 59.2 -
YUV 204.69 120.27 104.68 -
System Red Green Blue C M Y K H S L
Decimal 172 224 191 0.23 0 0.15 0.12 141.92 0.46 0.78
Hex AC E0 BF 17 0 F C 8E 2E 4E
Octal 254 340 277 27 0 17 14 216 56 116
Binary 10101100 11100000 10111111 10111 0 1111 1100 10001110 101110 1001110

Color Harmonies of #ACE0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE0BF

Black with #ACE0BF

Text Example


Text Example

White with #ACE0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE0BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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