Html Css Color HEX #A0EBDA Ice Cold

📋 copy color: '#A0EBDA'

red 160 ◦ green 235 ◦ blue 218

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

Shades of Ice Cold #A0EBDA

Tints of Ice Cold #A0EBDA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.34%

 BLUE value IS 218 (85.55% from 255) = 35.56%

R = 26.1%
G = 38.34%
B = 35.56%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#A0EBDA (or 0xA0EBDA) is known color: Ice Cold. HEX triplet: A0, EB and DA. RGB value is (160,235,218). Sum of RGB (Red+Green+Blue) = 160+235+218=613 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.10% from 613); Green value is 235 (92.19% from 255 or 38.34% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EBDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EBDA is #5F1425. Grayscale: #D2D2D2. Windows color (decimal): -6231078 or 14347168. OLE color: 14347168.

HSL color Cylindrical-coordinate representation of color #A0EBDA: hue angle of 166.4º degrees, saturation: 0.65, 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 #A0EBDA is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 235 218 -
CMYK 0.32 0 0.07 0.08
HSL 166.4º 0.65% 0.77% -
HSV(B) 166.4º 0.32% 0.92% -
XYZ 56.86 71.95 77.22 -
YUV 210.64 132.15 91.88 -
System Red Green Blue C M Y K H S L
Decimal 160 235 218 0.32 0 0.07 0.08 166.4 0.65 0.77
Hex A0 EB DA 20 0 7 8 A6 41 4D
Octal 240 353 332 40 0 7 10 246 101 115
Binary 10100000 11101011 11011010 100000 0 111 1000 10100110 1000001 1001101

Color Harmonies of #A0EBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EBDA

Black with #A0EBDA

Text Example


Text Example

White with #A0EBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EBDA; }

 p { color: rgb(160,235,218); }

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

background-color css

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

 a { background-color: rgb(160,235,218); }

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

border-color css

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

 span { border-color: rgb(160,235,218); }

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