#AFC0BA

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

Shades of Opal #AFC0BA

Tints of Opal #AFC0BA

Color information

#AFC0BA (or 0xAFC0BA) is unknown color: approx Opal. HEX triplet: AF, C0 and BA. RGB value is (175,192,186). Sum of RGB (Red+Green+Blue) = 175+192+186=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 192 (75.39% from 255 or 34.72% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC0BA is #503F45. Grayscale: #BABABA. Windows color (decimal): -5259078 or 12239023. OLE color: 12239023.

HSL color Cylindrical-coordinate representation of color #AFC0BA: hue angle of 158.82º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFC0BA is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB175192186-
CMYK0.0900.030.25
HSL158.82º11.89%71.96%-
HSV(B)158.82º8.85%75.29%-
XYZ45.3950.3653.78-
YUV186.23127.87119.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.65%
GREEN value IS 192 (75.39% from 255) = 34.72%
BLUE value IS 186 (73.05% from 255) = 33.63%
R=31.65%
G=34.72%
B=33.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751921860.0900.030.25158.8211.8971.96
HexAFC0BA903199fc48
Octal25730027211033123714110
Binary1010111111000000101110101001011110011001111111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC0BA; }

 p { color: rgb(175,192,186); }

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

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

 a { background-color: rgb(175,192,186); }

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

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

 span { border-color: rgb(175,192,186); }

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