Html Css Color HEX #A2E5CF Ice Cold

📋 copy color: '#A2E5CF'

red 162 ◦ green 229 ◦ blue 207

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

Shades of Ice Cold #A2E5CF

Tints of Ice Cold #A2E5CF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.29%

 BLUE value IS 207 (81.25% from 255) = 34.62%

R = 27.09%
G = 38.29%
B = 34.62%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#A2E5CF (or 0xA2E5CF) is known color: Ice Cold. HEX triplet: A2, E5 and CF. RGB value is (162,229,207). Sum of RGB (Red+Green+Blue) = 162+229+207=598 (79% of max value = 765). Red value is 162 (63.67% from 255 or 27.09% from 598); Green value is 229 (89.84% from 255 or 38.29% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 229 - color contains mainly: green. Hex color #A2E5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2E5CF is #5D1A30. Grayscale: #CECECE. Windows color (decimal): -6101553 or 13624738. OLE color: 13624738.

HSL color Cylindrical-coordinate representation of color #A2E5CF: hue angle of 160.3º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A2E5CF is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 162 229 207 -
CMYK 0.29 0 0.10 0.10
HSL 160.3º 0.56% 0.77% -
HSV(B) 160.3º 0.29% 0.9% -
XYZ 54.18 68.23 69.34 -
YUV 206.46 128.3 96.29 -
System Red Green Blue C M Y K H S L
Decimal 162 229 207 0.29 0 0.10 0.10 160.3 0.56 0.77
Hex A2 E5 CF 1D 0 A A A0 38 4D
Octal 242 345 317 35 0 12 12 240 70 115
Binary 10100010 11100101 11001111 11101 0 1010 1010 10100000 111000 1001101

Color Harmonies of #A2E5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E5CF

Black with #A2E5CF

Text Example


Text Example

White with #A2E5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E5CF; }

 p { color: rgb(162,229,207); }

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

background-color css

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

 a { background-color: rgb(162,229,207); }

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

border-color css

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

 span { border-color: rgb(162,229,207); }

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