#A0CFBF

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

Shades of Opal #A0CFBF

Tints of Opal #A0CFBF

Color information

#A0CFBF (or 0xA0CFBF) is unknown color: approx Opal. HEX triplet: A0, CF and BF. RGB value is (160,207,191). Sum of RGB (Red+Green+Blue) = 160+207+191=558 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.67% from 558); Green value is 207 (81.25% from 255 or 37.10% from 558); Blue value is 191 (75% from 255 or 34.23% from 558); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CFBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CFBF is #5F3040. Grayscale: #BFBFBF. Windows color (decimal): -6238273 or 12570528. OLE color: 12570528.

HSL color Cylindrical-coordinate representation of color #A0CFBF: hue angle of 159.57º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0CFBF is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB160207191-
CMYK0.2300.080.19
HSL159.57º32.87%71.96%-
HSV(B)159.57º22.71%81.18%-
XYZ46.2155.8657.64-
YUV191.12127.93105.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.67%
GREEN value IS 207 (81.25% from 255) = 37.10%
BLUE value IS 191 (75% from 255) = 34.23%
R=28.67%
G=37.10%
B=34.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1602071910.2300.080.19159.5732.8771.96
HexA0CFBF170813a02148
Octal240317277270102324041110
Binary101000001100111110111111101110100010011101000001000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CFBF; }

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

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

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

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

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

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

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

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