#A0E0CC

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

Shades of Ice Cold #A0E0CC

Tints of Ice Cold #A0E0CC

Color information

#A0E0CC (or 0xA0E0CC) is unknown color: approx Ice Cold. HEX triplet: A0, E0 and CC. RGB value is (160,224,204). Sum of RGB (Red+Green+Blue) = 160+224+204=588 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.21% from 588); Green value is 224 (87.89% from 255 or 38.10% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 224 - color contains mainly: green. Hex color #A0E0CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0E0CC is #5F1F33. Grayscale: #CACACA. Windows color (decimal): -6233908 or 13426848. OLE color: 13426848.

HSL color Cylindrical-coordinate representation of color #A0E0CC: hue angle of 161.25º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0E0CC is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB160224204-
CMYK0.2900.090.12
HSL161.25º50.79%75.29%-
HSV(B)161.25º28.57%87.84%-
XYZ52.0565.1466.96-
YUV202.58128.897.63-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.21%
GREEN value IS 224 (87.89% from 255) = 38.10%
BLUE value IS 204 (80.08% from 255) = 34.69%
R=27.21%
G=38.10%
B=34.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1602242040.2900.090.12161.2550.7975.29
HexA0E0CC1D09Ca1334b
Octal240340314350111424163113
Binary10100000111000001100110011101010011100101000011100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E0CC; }

 p { color: rgb(160,224,204); }

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

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

 a { background-color: rgb(160,224,204); }

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

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

 span { border-color: rgb(160,224,204); }

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