#AFC3BF

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

Shades of Opal #AFC3BF

Tints of Opal #AFC3BF

Color information

#AFC3BF (or 0xAFC3BF) is unknown color: approx Opal. HEX triplet: AF, C3 and BF. RGB value is (175,195,191). Sum of RGB (Red+Green+Blue) = 175+195+191=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 195 (76.56% from 255 or 34.76% from 561); Blue value is 191 (75% from 255 or 34.05% from 561); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC3BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC3BF is #503C40. Grayscale: #BCBCBC. Windows color (decimal): -5258305 or 12567471. OLE color: 12567471.

HSL color Cylindrical-coordinate representation of color #AFC3BF: hue angle of 168º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFC3BF is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB175195191-
CMYK0.1000.020.24
HSL168º14.29%72.55%-
HSV(B)168º10.26%76.47%-
XYZ46.651.9156.85-
YUV188.56129.37118.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.19%
GREEN value IS 195 (76.56% from 255) = 34.76%
BLUE value IS 191 (75% from 255) = 34.05%
R=31.19%
G=34.76%
B=34.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751951910.1000.020.2416814.2972.55
HexAFC3BFA0218a8e49
Octal25730327712023025016111
Binary1010111111000011101111111010010110001010100011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC3BF; }

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

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

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

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

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

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

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

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