Html Css Color HEX #A6E5D2 Ice Cold

📋 copy color: '#A6E5D2'

red 166 ◦ green 229 ◦ blue 210

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

Shades of Ice Cold #A6E5D2

Tints of Ice Cold #A6E5D2

RGB

 RED value IS 166 (65.23% from 255) = 27.44%

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

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

R = 27.44%
G = 37.85%
B = 34.71%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#A6E5D2 (or 0xA6E5D2) is known color: Ice Cold. HEX triplet: A6, E5 and D2. RGB value is (166,229,210). Sum of RGB (Red+Green+Blue) = 166+229+210=605 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.44% from 605); Green value is 229 (89.84% from 255 or 37.85% from 605); Blue value is 210 (82.42% from 255 or 34.71% from 605); Max value from RGB is 229 - color contains mainly: green. Hex color #A6E5D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E5D2 is #591A2D. Grayscale: #D0D0D0. Windows color (decimal): -5839406 or 13821350. OLE color: 13821350.

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

Color convert

RGB 166 229 210 -
CMYK 0.28 0 0.08 0.10
HSL 161.9º 0.55% 0.77% -
HSV(B) 161.9º 0.28% 0.9% -
XYZ 55.38 68.8 71.33 -
YUV 208 129.13 98.04 -
System Red Green Blue C M Y K H S L
Decimal 166 229 210 0.28 0 0.08 0.10 161.9 0.55 0.77
Hex A6 E5 D2 1C 0 8 A A2 37 4D
Octal 246 345 322 34 0 10 12 242 67 115
Binary 10100110 11100101 11010010 11100 0 1000 1010 10100010 110111 1001101

Color Harmonies of #A6E5D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E5D2

Black with #A6E5D2

Text Example


Text Example

White with #A6E5D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E5D2; }

 p { color: rgb(166,229,210); }

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

background-color css

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

 a { background-color: rgb(166,229,210); }

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

border-color css

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

 span { border-color: rgb(166,229,210); }

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