#AFC6BE

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

Shades of Opal #AFC6BE

Tints of Opal #AFC6BE

Color information

#AFC6BE (or 0xAFC6BE) is unknown color: approx Opal. HEX triplet: AF, C6 and BE. RGB value is (175,198,190). Sum of RGB (Red+Green+Blue) = 175+198+190=563 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.08% from 563); Green value is 198 (77.73% from 255 or 35.17% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC6BE is #503941. Grayscale: #BEBEBE. Windows color (decimal): -5257538 or 12502703. OLE color: 12502703.

HSL color Cylindrical-coordinate representation of color #AFC6BE: hue angle of 159.13º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFC6BE is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB175198190-
CMYK0.1200.040.22
HSL159.13º16.79%73.14%-
HSV(B)159.13º11.62%77.65%-
XYZ47.1753.2256.5-
YUV190.21127.88117.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.08%
GREEN value IS 198 (77.73% from 255) = 35.17%
BLUE value IS 190 (74.61% from 255) = 33.75%
R=31.08%
G=35.17%
B=33.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751981900.1200.040.22159.1316.7973.14
HexAFC6BEC04169f1149
Octal25730627614042623721111
Binary101011111100011010111110110001001011010011111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC6BE; }

 p { color: rgb(175,198,190); }

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

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

 a { background-color: rgb(175,198,190); }

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

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

 span { border-color: rgb(175,198,190); }

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