#A0CBBF

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

Shades of Opal #A0CBBF

Tints of Opal #A0CBBF

Color information

#A0CBBF (or 0xA0CBBF) is unknown color: approx Opal. HEX triplet: A0, CB and BF. RGB value is (160,203,191). Sum of RGB (Red+Green+Blue) = 160+203+191=554 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.88% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 191 (75% from 255 or 34.48% from 554); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CBBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CBBF is #5F3440. Grayscale: #BCBCBC. Windows color (decimal): -6239297 or 12569504. OLE color: 12569504.

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

Color convert

RGB160203191-
CMYK0.2100.060.20
HSL163.26º29.25%71.18%-
HSV(B)163.26º21.18%79.61%-
XYZ45.2653.9557.32-
YUV188.77129.25107.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.88%
GREEN value IS 203 (79.69% from 255) = 36.64%
BLUE value IS 191 (75% from 255) = 34.48%
R=28.88%
G=36.64%
B=34.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1602031910.2100.060.20163.2629.2571.18
HexA0CBBF150614a31d47
Octal24031327725062424335107
Binary1010000011001011101111111010101101010010100011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CBBF; }

 p { color: rgb(160,203,191); }

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

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

 a { background-color: rgb(160,203,191); }

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

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

 span { border-color: rgb(160,203,191); }

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