Html Css Color HEX #A3E5D2 Ice Cold

📋 copy color: '#A3E5D2'

red 163 ◦ green 229 ◦ blue 210

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

Shades of Ice Cold #A3E5D2

Tints of Ice Cold #A3E5D2

RGB

 RED value IS 163 (64.06% from 255) = 27.08%

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

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

R = 27.08%
G = 38.04%
B = 34.88%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#A3E5D2 (or 0xA3E5D2) is known color: Ice Cold. HEX triplet: A3, E5 and D2. RGB value is (163,229,210). Sum of RGB (Red+Green+Blue) = 163+229+210=602 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.08% from 602); Green value is 229 (89.84% from 255 or 38.04% from 602); Blue value is 210 (82.42% from 255 or 34.88% from 602); Max value from RGB is 229 - color contains mainly: green. Hex color #A3E5D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3E5D2 is #5C1A2D. Grayscale: #CFCFCF. Windows color (decimal): -6036014 or 13821347. OLE color: 13821347.

HSL color Cylindrical-coordinate representation of color #A3E5D2: hue angle of 162.73º 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 #A3E5D2 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.

Color convert

RGB 163 229 210 -
CMYK 0.29 0 0.08 0.10
HSL 162.73º 0.56% 0.77% -
HSV(B) 162.73º 0.29% 0.9% -
XYZ 54.76 68.48 71.3 -
YUV 207.1 129.63 96.54 -
System Red Green Blue C M Y K H S L
Decimal 163 229 210 0.29 0 0.08 0.10 162.73 0.56 0.77
Hex A3 E5 D2 1D 0 8 A A3 38 4D
Octal 243 345 322 35 0 10 12 243 70 115
Binary 10100011 11100101 11010010 11101 0 1000 1010 10100011 111000 1001101

Color Harmonies of #A3E5D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3E5D2

Black with #A3E5D2

Text Example


Text Example

White with #A3E5D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3E5D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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