#A4D0C5

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

Shades of Opal #A4D0C5

Tints of Opal #A4D0C5

Color information

#A4D0C5 (or 0xA4D0C5) is unknown color: approx Opal. HEX triplet: A4, D0 and C5. RGB value is (164,208,197). Sum of RGB (Red+Green+Blue) = 164+208+197=569 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.82% from 569); Green value is 208 (81.64% from 255 or 36.56% from 569); Blue value is 197 (77.34% from 255 or 34.62% from 569); Max value from RGB is 208 - color contains mainly: green. Hex color #A4D0C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D0C5 is #5B2F3A. Grayscale: #C1C1C1. Windows color (decimal): -5975867 or 12964004. OLE color: 12964004.

HSL color Cylindrical-coordinate representation of color #A4D0C5: hue angle of 165º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A4D0C5 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB164208197-
CMYK0.2100.050.18
HSL165º31.88%72.94%-
HSV(B)165º21.15%81.57%-
XYZ47.9457.0461.31-
YUV193.59129.92106.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.82%
GREEN value IS 208 (81.64% from 255) = 36.56%
BLUE value IS 197 (77.34% from 255) = 34.62%
R=28.82%
G=36.56%
B=34.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1642081970.2100.050.1816531.8872.94
HexA4D0C5150512a52049
Octal24432030525052224540111
Binary10100100110100001100010110101010110010101001011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D0C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D0C5; }

 p { color: rgb(164,208,197); }

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

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

 a { background-color: rgb(164,208,197); }

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

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

 span { border-color: rgb(164,208,197); }

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