Html Css Color HEX #ACE1C0 Fringy Flower

📋 copy color: '#ACE1C0'

red 172 ◦ green 225 ◦ blue 192

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

Shades of Fringy Flower #ACE1C0

Tints of Fringy Flower #ACE1C0

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.2%

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

R = 29.2%
G = 38.2%
B = 32.6%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#ACE1C0 (or 0xACE1C0) is known color: Fringy Flower. HEX triplet: AC, E1 and C0. RGB value is (172,225,192). Sum of RGB (Red+Green+Blue) = 172+225+192=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 225 (88.28% from 255 or 38.20% from 589); Blue value is 192 (75.39% from 255 or 32.60% from 589); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE1C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE1C0 is #531E3F. Grayscale: #CDCDCD. Windows color (decimal): -5447232 or 12640684. OLE color: 12640684.

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

Color convert

RGB 172 225 192 -
CMYK 0.24 0 0.15 0.12
HSL 142.64º 0.47% 0.78% -
HSV(B) 142.64º 0.24% 0.88% -
XYZ 53.45 66.43 59.87 -
YUV 205.39 120.44 104.18 -
System Red Green Blue C M Y K H S L
Decimal 172 225 192 0.24 0 0.15 0.12 142.64 0.47 0.78
Hex AC E1 C0 18 0 F C 8F 2F 4E
Octal 254 341 300 30 0 17 14 217 57 116
Binary 10101100 11100001 11000000 11000 0 1111 1100 10001111 101111 1001110

Color Harmonies of #ACE1C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE1C0

Black with #ACE1C0

Text Example


Text Example

White with #ACE1C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE1C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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