Html Css Color HEX #A0E6D3 Ice Cold

📋 copy color: '#A0E6D3'

red 160 ◦ green 230 ◦ blue 211

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

Shades of Ice Cold #A0E6D3

Tints of Ice Cold #A0E6D3

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.27%

 BLUE value IS 211 (82.81% from 255) = 35.11%

R = 26.62%
G = 38.27%
B = 35.11%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#A0E6D3 (or 0xA0E6D3) is known color: Ice Cold. HEX triplet: A0, E6 and D3. RGB value is (160,230,211). Sum of RGB (Red+Green+Blue) = 160+230+211=601 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.62% from 601); Green value is 230 (90.23% from 255 or 38.27% from 601); Blue value is 211 (82.81% from 255 or 35.11% from 601); Max value from RGB is 230 - color contains mainly: green. Hex color #A0E6D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0E6D3 is #5F192C. Grayscale: #CECECE. Windows color (decimal): -6232365 or 13887136. OLE color: 13887136.

HSL color Cylindrical-coordinate representation of color #A0E6D3: hue angle of 163.71º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0E6D3 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.

Color convert

RGB 160 230 211 -
CMYK 0.30 0 0.08 0.10
HSL 163.71º 0.58% 0.76% -
HSV(B) 163.71º 0.3% 0.9% -
XYZ 54.55 68.77 72.03 -
YUV 206.9 130.31 94.54 -
System Red Green Blue C M Y K H S L
Decimal 160 230 211 0.30 0 0.08 0.10 163.71 0.58 0.76
Hex A0 E6 D3 1E 0 8 A A4 3A 4C
Octal 240 346 323 36 0 10 12 244 72 114
Binary 10100000 11100110 11010011 11110 0 1000 1010 10100100 111010 1001100

Color Harmonies of #A0E6D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E6D3

Black with #A0E6D3

Text Example


Text Example

White with #A0E6D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E6D3; }

 p { color: rgb(160,230,211); }

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

background-color css

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

 a { background-color: rgb(160,230,211); }

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

border-color css

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

 span { border-color: rgb(160,230,211); }

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