#A0CDBE

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

Shades of Opal #A0CDBE

Tints of Opal #A0CDBE

Color information

#A0CDBE (or 0xA0CDBE) is unknown color: approx Opal. HEX triplet: A0, CD and BE. RGB value is (160,205,190). Sum of RGB (Red+Green+Blue) = 160+205+190=555 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.83% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 190 (74.61% from 255 or 34.23% from 555); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CDBE is #5F3241. Grayscale: #BDBDBD. Windows color (decimal): -6238786 or 12504480. OLE color: 12504480.

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

Color convert

RGB160205190-
CMYK0.2200.070.20
HSL160º31.03%71.57%-
HSV(B)160º21.95%80.39%-
XYZ45.6254.8556.9-
YUV189.83128.09106.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.83%
GREEN value IS 205 (80.47% from 255) = 36.94%
BLUE value IS 190 (74.61% from 255) = 34.23%
R=28.83%
G=36.94%
B=34.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1602051900.2200.070.2016031.0371.57
HexA0CDBE160714a01f48
Octal24031527626072424037110
Binary1010000011001101101111101011001111010010100000111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CDBE; }

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

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

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

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

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

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

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

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