#AFC4BF

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

Shades of Opal #AFC4BF

Tints of Opal #AFC4BF

Color information

#AFC4BF (or 0xAFC4BF) is unknown color: approx Opal. HEX triplet: AF, C4 and BF. RGB value is (175,196,191). Sum of RGB (Red+Green+Blue) = 175+196+191=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 196 (76.95% from 255 or 34.88% from 562); Blue value is 191 (75% from 255 or 33.99% from 562); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC4BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC4BF is #503B40. Grayscale: #BDBDBD. Windows color (decimal): -5258049 or 12567727. OLE color: 12567727.

HSL color Cylindrical-coordinate representation of color #AFC4BF: hue angle of 165.71º degrees, saturation: 0.15, 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 #AFC4BF is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB175196191-
CMYK0.1100.030.23
HSL165.71º15.11%72.75%-
HSV(B)165.71º10.71%76.86%-
XYZ46.8252.3656.93-
YUV189.15129.04117.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.14%
GREEN value IS 196 (76.95% from 255) = 34.88%
BLUE value IS 191 (75% from 255) = 33.99%
R=31.14%
G=34.88%
B=33.99%

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
Decimal1751961910.1100.030.23165.7115.1172.75
HexAFC4BFB0317a6f49
Octal25730427713032724617111
Binary1010111111000100101111111011011101111010011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC4BF; }

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

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

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

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

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

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

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

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