Html Css Color HEX #A2E1CE Ice Cold

📋 copy color: '#A2E1CE'

red 162 ◦ green 225 ◦ blue 206

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

Shades of Ice Cold #A2E1CE

Tints of Ice Cold #A2E1CE

RGB

 RED value IS 162 (63.67% from 255) = 27.32%

 GREEN value IS 225 (88.28% from 255) = 37.94%

 BLUE value IS 206 (80.86% from 255) = 34.74%

R = 27.32%
G = 37.94%
B = 34.74%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#A2E1CE (or 0xA2E1CE) is known color: Ice Cold. HEX triplet: A2, E1 and CE. RGB value is (162,225,206). Sum of RGB (Red+Green+Blue) = 162+225+206=593 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.32% from 593); Green value is 225 (88.28% from 255 or 37.94% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 225 - color contains mainly: green. Hex color #A2E1CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2E1CE is #5D1E31. Grayscale: #CCCCCC. Windows color (decimal): -6102578 or 13558178. OLE color: 13558178.

HSL color Cylindrical-coordinate representation of color #A2E1CE: hue angle of 161.9º degrees, saturation: 0.51, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A2E1CE is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 162 225 206 -
CMYK 0.28 0 0.08 0.12
HSL 161.9º 0.51% 0.76% -
HSV(B) 161.9º 0.28% 0.88% -
XYZ 52.97 65.99 68.34 -
YUV 204 129.13 98.04 -
System Red Green Blue C M Y K H S L
Decimal 162 225 206 0.28 0 0.08 0.12 161.9 0.51 0.76
Hex A2 E1 CE 1C 0 8 C A2 33 4C
Octal 242 341 316 34 0 10 14 242 63 114
Binary 10100010 11100001 11001110 11100 0 1000 1100 10100010 110011 1001100

Color Harmonies of #A2E1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E1CE

Black with #A2E1CE

Text Example


Text Example

White with #A2E1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E1CE; }

 p { color: rgb(162,225,206); }

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

background-color css

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

 a { background-color: rgb(162,225,206); }

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

border-color css

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

 span { border-color: rgb(162,225,206); }

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