#AFC5BF

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

Shades of Opal #AFC5BF

Tints of Opal #AFC5BF

Color information

#AFC5BF (or 0xAFC5BF) is unknown color: approx Opal. HEX triplet: AF, C5 and BF. RGB value is (175,197,191). Sum of RGB (Red+Green+Blue) = 175+197+191=563 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.08% from 563); Green value is 197 (77.34% from 255 or 34.99% from 563); Blue value is 191 (75% from 255 or 33.93% from 563); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC5BF is #503A40. Grayscale: #BDBDBD. Windows color (decimal): -5257793 or 12567983. OLE color: 12567983.

HSL color Cylindrical-coordinate representation of color #AFC5BF: hue angle of 163.64º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFC5BF is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB175197191-
CMYK0.1100.030.23
HSL163.64º15.94%72.94%-
HSV(B)163.64º11.17%77.25%-
XYZ47.0552.8157-
YUV189.74128.71117.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.08%
GREEN value IS 197 (77.34% from 255) = 34.99%
BLUE value IS 191 (75% from 255) = 33.93%
R=31.08%
G=34.99%
B=33.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751971910.1100.030.23163.6415.9472.94
HexAFC5BFB0317a41049
Octal25730527713032724420111
Binary10101111110001011011111110110111011110100100100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC5BF; }

 p { color: rgb(175,197,191); }

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

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

 a { background-color: rgb(175,197,191); }

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

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

 span { border-color: rgb(175,197,191); }

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