Html Css Color HEX #ACE0C0 Fringy Flower

📋 copy color: '#ACE0C0'

red 172 ◦ green 224 ◦ blue 192

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

Shades of Fringy Flower #ACE0C0

Tints of Fringy Flower #ACE0C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 32.65%

R = 29.25%
G = 38.1%
B = 32.65%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#ACE0C0 (or 0xACE0C0) is known color: Fringy Flower. HEX triplet: AC, E0 and C0. RGB value is (172,224,192). Sum of RGB (Red+Green+Blue) = 172+224+192=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 224 (87.89% from 255 or 38.10% from 588); Blue value is 192 (75.39% from 255 or 32.65% from 588); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE0C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE0C0 is #531F3F. Grayscale: #CCCCCC. Windows color (decimal): -5447488 or 12640428. OLE color: 12640428.

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

Color convert

RGB 172 224 192 -
CMYK 0.23 0 0.14 0.12
HSL 143.08º 0.46% 0.78% -
HSV(B) 143.08º 0.23% 0.88% -
XYZ 53.18 65.89 59.78 -
YUV 204.8 120.77 104.6 -
System Red Green Blue C M Y K H S L
Decimal 172 224 192 0.23 0 0.14 0.12 143.08 0.46 0.78
Hex AC E0 C0 17 0 E C 8F 2E 4E
Octal 254 340 300 27 0 16 14 217 56 116
Binary 10101100 11100000 11000000 10111 0 1110 1100 10001111 101110 1001110

Color Harmonies of #ACE0C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE0C0

Black with #ACE0C0

Text Example


Text Example

White with #ACE0C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE0C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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