#A5D0C0

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

Shades of Opal #A5D0C0

Tints of Opal #A5D0C0

Color information

#A5D0C0 (or 0xA5D0C0) is unknown color: approx Opal. HEX triplet: A5, D0 and C0. RGB value is (165,208,192). Sum of RGB (Red+Green+Blue) = 165+208+192=565 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.20% from 565); Green value is 208 (81.64% from 255 or 36.81% from 565); Blue value is 192 (75.39% from 255 or 33.98% from 565); Max value from RGB is 208 - color contains mainly: green. Hex color #A5D0C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D0C0 is #5A2F3F. Grayscale: #C1C1C1. Windows color (decimal): -5910336 or 12636325. OLE color: 12636325.

HSL color Cylindrical-coordinate representation of color #A5D0C0: hue angle of 157.67º degrees, saturation: 0.31, 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 #A5D0C0 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB165208192-
CMYK0.2100.080.18
HSL157.67º31.39%73.14%-
HSV(B)157.67º20.67%81.57%-
XYZ47.5956.9258.35-
YUV193.32127.25107.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.20%
GREEN value IS 208 (81.64% from 255) = 36.81%
BLUE value IS 192 (75.39% from 255) = 33.98%
R=29.20%
G=36.81%
B=33.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1652081920.2100.080.18157.6731.3973.14
HexA5D0C01508129e1f49
Octal245320300250102223637111
Binary10100101110100001100000010101010001001010011110111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D0C0; }

 p { color: rgb(165,208,192); }

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

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

 a { background-color: rgb(165,208,192); }

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

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

 span { border-color: rgb(165,208,192); }

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