Html Css Color HEX #A0EFE0 Ice Cold

📋 copy color: '#A0EFE0'

red 160 ◦ green 239 ◦ blue 224

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

Shades of Ice Cold #A0EFE0

Tints of Ice Cold #A0EFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.96%

R = 25.68%
G = 38.36%
B = 35.96%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#A0EFE0 (or 0xA0EFE0) is known color: Ice Cold. HEX triplet: A0, EF and E0. RGB value is (160,239,224). Sum of RGB (Red+Green+Blue) = 160+239+224=623 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.68% from 623); Green value is 239 (93.75% from 255 or 38.36% from 623); Blue value is 224 (87.89% from 255 or 35.96% from 623); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EFE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EFE0 is #5F101F. Grayscale: #D5D5D5. Windows color (decimal): -6230048 or 14741408. OLE color: 14741408.

HSL color Cylindrical-coordinate representation of color #A0EFE0: hue angle of 168.61º 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 #A0EFE0 is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 239 224 -
CMYK 0.33 0 0.06 0.06
HSL 168.61º 0.71% 0.78% -
HSV(B) 168.61º 0.33% 0.94% -
XYZ 58.82 74.59 81.82 -
YUV 213.67 133.83 89.72 -
System Red Green Blue C M Y K H S L
Decimal 160 239 224 0.33 0 0.06 0.06 168.61 0.71 0.78
Hex A0 EF E0 21 0 6 6 A9 47 4E
Octal 240 357 340 41 0 6 6 251 107 116
Binary 10100000 11101111 11100000 100001 0 110 110 10101001 1000111 1001110

Color Harmonies of #A0EFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EFE0

Black with #A0EFE0

Text Example


Text Example

White with #A0EFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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