#A4E1D4

Color #A4E1D4 Ice Cold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ice Cold #A4E1D4

Tints of Ice Cold #A4E1D4

Color information

#A4E1D4 (or 0xA4E1D4) is unknown color: approx Ice Cold. HEX triplet: A4, E1 and D4. RGB value is (164,225,212). Sum of RGB (Red+Green+Blue) = 164+225+212=601 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.29% from 601); Green value is 225 (88.28% from 255 or 37.44% from 601); Blue value is 212 (83.20% from 255 or 35.27% from 601); Max value from RGB is 225 - color contains mainly: green. Hex color #A4E1D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4E1D4 is #5B1E2B. Grayscale: #CDCDCD. Windows color (decimal): -5971500 or 13951396. OLE color: 13951396.

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

Color convert

RGB164225212-
CMYK0.2700.060.12
HSL167.21º50.41%76.27%-
HSV(B)167.21º27.11%88.24%-
XYZ54.1266.572.27-
YUV205.28131.7998.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.29%
GREEN value IS 225 (88.28% from 255) = 37.44%
BLUE value IS 212 (83.20% from 255) = 35.27%
R=27.29%
G=37.44%
B=35.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1642252120.2700.060.12167.2150.4176.27
HexA4E1D41B06Ca7324c
Octal24434132433061424762114
Binary1010010011100001110101001101101101100101001111100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E1D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E1D4; }

 p { color: rgb(164,225,212); }

 H1.HeaderClassName
 {
   color: #A4E1D4;
 }
 .AnyTagClassName
 {
   color: #A4E1D4;
 }
</style>
background-color css

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

 a { background-color: rgb(164,225,212); }

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

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

 span { border-color: rgb(164,225,212); }

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