Html Css Color HEX #A0EAD4 Ice Cold

📋 copy color: '#A0EAD4'

red 160 ◦ green 234 ◦ blue 212

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

Shades of Ice Cold #A0EAD4

Tints of Ice Cold #A0EAD4

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.61%

 BLUE value IS 212 (83.2% from 255) = 34.98%

R = 26.4%
G = 38.61%
B = 34.98%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#A0EAD4 (or 0xA0EAD4) is known color: Ice Cold. HEX triplet: A0, EA and D4. RGB value is (160,234,212). Sum of RGB (Red+Green+Blue) = 160+234+212=606 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.40% from 606); Green value is 234 (91.80% from 255 or 38.61% from 606); Blue value is 212 (83.20% from 255 or 34.98% from 606); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EAD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EAD4 is #5F152B. Grayscale: #D1D1D1. Windows color (decimal): -6231340 or 13953696. OLE color: 13953696.

HSL color Cylindrical-coordinate representation of color #A0EAD4: hue angle of 162.16º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0EAD4 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 234 212 -
CMYK 0.32 0 0.09 0.08
HSL 162.16º 0.64% 0.77% -
HSV(B) 162.16º 0.32% 0.92% -
XYZ 55.8 71.07 73.06 -
YUV 209.37 129.48 92.79 -
System Red Green Blue C M Y K H S L
Decimal 160 234 212 0.32 0 0.09 0.08 162.16 0.64 0.77
Hex A0 EA D4 20 0 9 8 A2 40 4D
Octal 240 352 324 40 0 11 10 242 100 115
Binary 10100000 11101010 11010100 100000 0 1001 1000 10100010 1000000 1001101

Color Harmonies of #A0EAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EAD4

Black with #A0EAD4

Text Example


Text Example

White with #A0EAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EAD4; }

 p { color: rgb(160,234,212); }

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

background-color css

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

 a { background-color: rgb(160,234,212); }

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

border-color css

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

 span { border-color: rgb(160,234,212); }

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