#A0CDC1

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

Shades of Opal #A0CDC1

Tints of Opal #A0CDC1

Color information

#A0CDC1 (or 0xA0CDC1) is unknown color: approx Opal. HEX triplet: A0, CD and C1. RGB value is (160,205,193). Sum of RGB (Red+Green+Blue) = 160+205+193=558 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.67% from 558); Green value is 205 (80.47% from 255 or 36.74% from 558); Blue value is 193 (75.78% from 255 or 34.59% from 558); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CDC1 is #5F323E. Grayscale: #BEBEBE. Windows color (decimal): -6238783 or 12701088. OLE color: 12701088.

HSL color Cylindrical-coordinate representation of color #A0CDC1: hue angle of 164º 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 #A0CDC1 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB160205193-
CMYK0.2200.060.20
HSL164º31.03%71.57%-
HSV(B)164º21.95%80.39%-
XYZ45.9554.9958.64-
YUV190.18129.59106.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.67%
GREEN value IS 205 (80.47% from 255) = 36.74%
BLUE value IS 193 (75.78% from 255) = 34.59%
R=28.67%
G=36.74%
B=34.59%

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
Decimal1602051930.2200.060.2016431.0371.57
HexA0CDC1160614a41f48
Octal24031530126062424437110
Binary1010000011001101110000011011001101010010100100111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CDC1; }

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

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

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

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

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

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

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

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