#A0CDC0

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

Shades of Opal #A0CDC0

Tints of Opal #A0CDC0

Color information

#A0CDC0 (or 0xA0CDC0) is unknown color: approx Opal. HEX triplet: A0, CD and C0. RGB value is (160,205,192). Sum of RGB (Red+Green+Blue) = 160+205+192=557 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.73% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CDC0 is #5F323F. Grayscale: #BEBEBE. Windows color (decimal): -6238784 or 12635552. OLE color: 12635552.

HSL color Cylindrical-coordinate representation of color #A0CDC0: hue angle of 162.67º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0CDC0 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB160205192-
CMYK0.2200.060.20
HSL162.67º31.03%71.57%-
HSV(B)162.67º21.95%80.39%-
XYZ45.8454.9458.06-
YUV190.06129.09106.56-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.73%
GREEN value IS 205 (80.47% from 255) = 36.80%
BLUE value IS 192 (75.39% from 255) = 34.47%
R=28.73%
G=36.80%
B=34.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1602051920.2200.060.20162.6731.0371.57
HexA0CDC0160614a31f48
Octal24031530026062424337110
Binary1010000011001101110000001011001101010010100011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CDC0; }

 p { color: rgb(160,205,192); }

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

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

 a { background-color: rgb(160,205,192); }

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

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

 span { border-color: rgb(160,205,192); }

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