#ACE6E0

Color #ACE6E0 Ice Cold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ice Cold #ACE6E0

Tints of Ice Cold #ACE6E0

Color information

#ACE6E0 (or 0xACE6E0) is unknown color: approx Ice Cold. HEX triplet: AC, E6 and E0. RGB value is (172,230,224). Sum of RGB (Red+Green+Blue) = 172+230+224=626 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.48% from 626); Green value is 230 (90.23% from 255 or 36.74% from 626); Blue value is 224 (87.89% from 255 or 35.78% from 626); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE6E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE6E0 is #53191F. Grayscale: #D3D3D3. Windows color (decimal): -5445920 or 14739116. OLE color: 14739116.

HSL color Cylindrical-coordinate representation of color #ACE6E0: hue angle of 173.79º 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 #ACE6E0 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB172230224-
CMYK0.2500.030.10
HSL173.79º53.7%78.82%-
HSV(B)173.79º25.22%90.2%-
XYZ58.7670.7581.08-
YUV211.97134.7899.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.48%
GREEN value IS 230 (90.23% from 255) = 36.74%
BLUE value IS 224 (87.89% from 255) = 35.78%
R=27.48%
G=36.74%
B=35.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1722302240.2500.030.10173.7953.778.82
HexACE6E01903Aae364f
Octal25434634031031225666117
Binary101011001110011011100000110010111010101011101101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE6E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE6E0; }

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

 H1.HeaderClassName
 {
   color: #ACE6E0;
 }
 .AnyTagClassName
 {
   color: #ACE6E0;
 }
</style>
background-color css

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

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

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

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

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

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