#A0CFBE

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

Shades of Opal #A0CFBE

Tints of Opal #A0CFBE

Color information

#A0CFBE (or 0xA0CFBE) is unknown color: approx Opal. HEX triplet: A0, CF and BE. RGB value is (160,207,190). Sum of RGB (Red+Green+Blue) = 160+207+190=557 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.73% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CFBE is #5F3041. Grayscale: #BFBFBF. Windows color (decimal): -6238274 or 12504992. OLE color: 12504992.

HSL color Cylindrical-coordinate representation of color #A0CFBE: hue angle of 158.3º 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 #A0CFBE is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB160207190-
CMYK0.2300.080.19
HSL158.3º32.87%71.96%-
HSV(B)158.3º22.71%81.18%-
XYZ46.155.8257.06-
YUV191.01127.43105.88-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.73%
GREEN value IS 207 (81.25% from 255) = 37.16%
BLUE value IS 190 (74.61% from 255) = 34.11%
R=28.73%
G=37.16%
B=34.11%

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
Decimal1602071900.2300.080.19158.332.8771.96
HexA0CFBE1708139e2148
Octal240317276270102323641110
Binary101000001100111110111110101110100010011100111101000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CFBE; }

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

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

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

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

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

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

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

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