Html Css Color HEX #ACE3C0 Fringy Flower

📋 copy color: '#ACE3C0'

red 172 ◦ green 227 ◦ blue 192

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

Shades of Fringy Flower #ACE3C0

Tints of Fringy Flower #ACE3C0

RGB

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

 GREEN value IS 227 (89.06% from 255) = 38.41%

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

R = 29.1%
G = 38.41%
B = 32.49%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#ACE3C0 (or 0xACE3C0) is known color: Fringy Flower. HEX triplet: AC, E3 and C0. RGB value is (172,227,192). Sum of RGB (Red+Green+Blue) = 172+227+192=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 227 (89.06% from 255 or 38.41% from 591); Blue value is 192 (75.39% from 255 or 32.49% from 591); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE3C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE3C0 is #531C3F. Grayscale: #CECECE. Windows color (decimal): -5446720 or 12641196. OLE color: 12641196.

HSL color Cylindrical-coordinate representation of color #ACE3C0: hue angle of 141.82º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACE3C0 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB 172 227 192 -
CMYK 0.24 0 0.15 0.11
HSL 141.82º 0.5% 0.78% -
HSV(B) 141.82º 0.24% 0.89% -
XYZ 54 67.51 60.05 -
YUV 206.57 119.78 103.35 -
System Red Green Blue C M Y K H S L
Decimal 172 227 192 0.24 0 0.15 0.11 141.82 0.5 0.78
Hex AC E3 C0 18 0 F B 8E 32 4E
Octal 254 343 300 30 0 17 13 216 62 116
Binary 10101100 11100011 11000000 11000 0 1111 1011 10001110 110010 1001110

Color Harmonies of #ACE3C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE3C0

Black with #ACE3C0

Text Example


Text Example

White with #ACE3C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE3C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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