Html Css Color HEX #A1E2D2 Ice Cold

📋 copy color: '#A1E2D2'

red 161 ◦ green 226 ◦ blue 210

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

Shades of Ice Cold #A1E2D2

Tints of Ice Cold #A1E2D2

RGB

 RED value IS 161 (63.28% from 255) = 26.97%

 GREEN value IS 226 (88.67% from 255) = 37.86%

 BLUE value IS 210 (82.42% from 255) = 35.18%

R = 26.97%
G = 37.86%
B = 35.18%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#A1E2D2 (or 0xA1E2D2) is known color: Ice Cold. HEX triplet: A1, E2 and D2. RGB value is (161,226,210). Sum of RGB (Red+Green+Blue) = 161+226+210=597 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.97% from 597); Green value is 226 (88.67% from 255 or 37.86% from 597); Blue value is 210 (82.42% from 255 or 35.18% from 597); Max value from RGB is 226 - color contains mainly: green. Hex color #A1E2D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E2D2 is #5E1D2D. Grayscale: #CCCCCC. Windows color (decimal): -6167854 or 13820577. OLE color: 13820577.

HSL color Cylindrical-coordinate representation of color #A1E2D2: hue angle of 165.23º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1E2D2 is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB 161 226 210 -
CMYK 0.29 0 0.07 0.11
HSL 165.23º 0.53% 0.76% -
HSV(B) 165.23º 0.29% 0.89% -
XYZ 53.53 66.62 71.01 -
YUV 204.74 130.97 96.8 -
System Red Green Blue C M Y K H S L
Decimal 161 226 210 0.29 0 0.07 0.11 165.23 0.53 0.76
Hex A1 E2 D2 1D 0 7 B A5 35 4C
Octal 241 342 322 35 0 7 13 245 65 114
Binary 10100001 11100010 11010010 11101 0 111 1011 10100101 110101 1001100

Color Harmonies of #A1E2D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E2D2

Black with #A1E2D2

Text Example


Text Example

White with #A1E2D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E2D2; }

 p { color: rgb(161,226,210); }

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

background-color css

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

 a { background-color: rgb(161,226,210); }

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

border-color css

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

 span { border-color: rgb(161,226,210); }

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