Html Css Color HEX #A0E0CA Ice Cold

📋 copy color: '#A0E0CA'

red 160 ◦ green 224 ◦ blue 202

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

Shades of Ice Cold #A0E0CA

Tints of Ice Cold #A0E0CA

RGB

 RED value IS 160 (62.89% from 255) = 27.3%

 GREEN value IS 224 (87.89% from 255) = 38.23%

 BLUE value IS 202 (79.3% from 255) = 34.47%

R = 27.3%
G = 38.23%
B = 34.47%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#A0E0CA (or 0xA0E0CA) is known color: Ice Cold. HEX triplet: A0, E0 and CA. RGB value is (160,224,202). Sum of RGB (Red+Green+Blue) = 160+224+202=586 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.30% from 586); Green value is 224 (87.89% from 255 or 38.23% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 224 - color contains mainly: green. Hex color #A0E0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0E0CA is #5F1F35. Grayscale: #CACACA. Windows color (decimal): -6233910 or 13295776. OLE color: 13295776.

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

Color convert

RGB 160 224 202 -
CMYK 0.29 0 0.10 0.12
HSL 159.38º 0.51% 0.75% -
HSV(B) 159.38º 0.29% 0.88% -
XYZ 51.81 65.05 65.7 -
YUV 202.36 127.8 97.79 -
System Red Green Blue C M Y K H S L
Decimal 160 224 202 0.29 0 0.10 0.12 159.38 0.51 0.75
Hex A0 E0 CA 1D 0 A C 9F 33 4B
Octal 240 340 312 35 0 12 14 237 63 113
Binary 10100000 11100000 11001010 11101 0 1010 1100 10011111 110011 1001011

Color Harmonies of #A0E0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E0CA

Black with #A0E0CA

Text Example


Text Example

White with #A0E0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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