Html Css Color HEX #ACE6C0 Fringy Flower

📋 copy color: '#ACE6C0'

red 172 ◦ green 230 ◦ blue 192

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

Shades of Fringy Flower #ACE6C0

Tints of Fringy Flower #ACE6C0

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.72%

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

R = 28.96%
G = 38.72%
B = 32.32%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#ACE6C0 (or 0xACE6C0) is known color: Fringy Flower. HEX triplet: AC, E6 and C0. RGB value is (172,230,192). Sum of RGB (Red+Green+Blue) = 172+230+192=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 230 (90.23% from 255 or 38.72% from 594); Blue value is 192 (75.39% from 255 or 32.32% from 594); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE6C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE6C0 is #53193F. Grayscale: #D0D0D0. Windows color (decimal): -5445952 or 12641964. OLE color: 12641964.

HSL color Cylindrical-coordinate representation of color #ACE6C0: hue angle of 140.69º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACE6C0 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 230 192 -
CMYK 0.25 0 0.17 0.10
HSL 140.69º 0.54% 0.79% -
HSV(B) 140.69º 0.25% 0.9% -
XYZ 54.82 69.17 60.33 -
YUV 208.33 118.78 102.09 -
System Red Green Blue C M Y K H S L
Decimal 172 230 192 0.25 0 0.17 0.10 140.69 0.54 0.79
Hex AC E6 C0 19 0 11 A 8D 36 4F
Octal 254 346 300 31 0 21 12 215 66 117
Binary 10101100 11100110 11000000 11001 0 10001 1010 10001101 110110 1001111

Color Harmonies of #ACE6C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE6C0

Black with #ACE6C0

Text Example


Text Example

White with #ACE6C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE6C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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