Html Css Color HEX #A0E7D2 Ice Cold

📋 copy color: '#A0E7D2'

red 160 ◦ green 231 ◦ blue 210

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

Shades of Ice Cold #A0E7D2

Tints of Ice Cold #A0E7D2

RGB

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

 GREEN value IS 231 (90.63% from 255) = 38.44%

 BLUE value IS 210 (82.42% from 255) = 34.94%

R = 26.62%
G = 38.44%
B = 34.94%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#A0E7D2 (or 0xA0E7D2) is known color: Ice Cold. HEX triplet: A0, E7 and D2. RGB value is (160,231,210). Sum of RGB (Red+Green+Blue) = 160+231+210=601 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.62% from 601); Green value is 231 (90.62% from 255 or 38.44% from 601); Blue value is 210 (82.42% from 255 or 34.94% from 601); Max value from RGB is 231 - color contains mainly: green. Hex color #A0E7D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0E7D2 is #5F182D. Grayscale: #CFCFCF. Windows color (decimal): -6232110 or 13821856. OLE color: 13821856.

HSL color Cylindrical-coordinate representation of color #A0E7D2: hue angle of 162.25º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0E7D2 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB 160 231 210 -
CMYK 0.31 0 0.09 0.09
HSL 162.25º 0.6% 0.77% -
HSV(B) 162.25º 0.31% 0.91% -
XYZ 54.71 69.28 71.46 -
YUV 207.38 129.48 94.21 -
System Red Green Blue C M Y K H S L
Decimal 160 231 210 0.31 0 0.09 0.09 162.25 0.6 0.77
Hex A0 E7 D2 1F 0 9 9 A2 3C 4D
Octal 240 347 322 37 0 11 11 242 74 115
Binary 10100000 11100111 11010010 11111 0 1001 1001 10100010 111100 1001101

Color Harmonies of #A0E7D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E7D2

Black with #A0E7D2

Text Example


Text Example

White with #A0E7D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E7D2; }

 p { color: rgb(160,231,210); }

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

background-color css

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

 a { background-color: rgb(160,231,210); }

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

border-color css

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

 span { border-color: rgb(160,231,210); }

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