#A1D4C4

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

Shades of Opal #A1D4C4

Tints of Opal #A1D4C4

Color information

#A1D4C4 (or 0xA1D4C4) is unknown color: approx Opal. HEX triplet: A1, D4 and C4. RGB value is (161,212,196). Sum of RGB (Red+Green+Blue) = 161+212+196=569 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.30% from 569); Green value is 212 (83.20% from 255 or 37.26% from 569); Blue value is 196 (76.95% from 255 or 34.45% from 569); Max value from RGB is 212 - color contains mainly: green. Hex color #A1D4C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D4C4 is #5E2B3B. Grayscale: #C2C2C2. Windows color (decimal): -6171452 or 12899489. OLE color: 12899489.

HSL color Cylindrical-coordinate representation of color #A1D4C4: hue angle of 161.18º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1D4C4 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB161212196-
CMYK0.2400.080.17
HSL161.18º37.23%73.14%-
HSV(B)161.18º24.06%83.14%-
XYZ48.2158.6561-
YUV194.93128.6103.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.30%
GREEN value IS 212 (83.20% from 255) = 37.26%
BLUE value IS 196 (76.95% from 255) = 34.45%
R=28.30%
G=37.26%
B=34.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1612121960.2400.080.17161.1837.2373.14
HexA1D4C4180811a12549
Octal241324304300102124145111
Binary101000011101010011000100110000100010001101000011001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D4C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D4C4; }

 p { color: rgb(161,212,196); }

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

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

 a { background-color: rgb(161,212,196); }

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

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

 span { border-color: rgb(161,212,196); }

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