Html Css Color HEX #A0EFDA Ice Cold

📋 copy color: '#A0EFDA'

red 160 ◦ green 239 ◦ blue 218

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

Shades of Ice Cold #A0EFDA

Tints of Ice Cold #A0EFDA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.74%

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

R = 25.93%
G = 38.74%
B = 35.33%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#A0EFDA (or 0xA0EFDA) is known color: Ice Cold. HEX triplet: A0, EF and DA. RGB value is (160,239,218). Sum of RGB (Red+Green+Blue) = 160+239+218=617 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.93% from 617); Green value is 239 (93.75% from 255 or 38.74% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EFDA is #5F1025. Grayscale: #D4D4D4. Windows color (decimal): -6230054 or 14348192. OLE color: 14348192.

HSL color Cylindrical-coordinate representation of color #A0EFDA: hue angle of 164.05º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0EFDA is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 239 218 -
CMYK 0.33 0 0.09 0.06
HSL 164.05º 0.71% 0.78% -
HSV(B) 164.05º 0.33% 0.94% -
XYZ 58.02 74.27 77.61 -
YUV 212.99 130.83 90.21 -
System Red Green Blue C M Y K H S L
Decimal 160 239 218 0.33 0 0.09 0.06 164.05 0.71 0.78
Hex A0 EF DA 21 0 9 6 A4 47 4E
Octal 240 357 332 41 0 11 6 244 107 116
Binary 10100000 11101111 11011010 100001 0 1001 110 10100100 1000111 1001110

Color Harmonies of #A0EFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EFDA

Black with #A0EFDA

Text Example


Text Example

White with #A0EFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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