#AFC3BE

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

Shades of Opal #AFC3BE

Tints of Opal #AFC3BE

Color information

#AFC3BE (or 0xAFC3BE) is unknown color: approx Opal. HEX triplet: AF, C3 and BE. RGB value is (175,195,190). Sum of RGB (Red+Green+Blue) = 175+195+190=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 195 (76.56% from 255 or 34.82% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC3BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC3BE is #503C41. Grayscale: #BCBCBC. Windows color (decimal): -5258306 or 12501935. OLE color: 12501935.

HSL color Cylindrical-coordinate representation of color #AFC3BE: hue angle of 165º 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 #AFC3BE is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB175195190-
CMYK0.1000.030.24
HSL165º14.29%72.55%-
HSV(B)165º10.26%76.47%-
XYZ46.4951.8656.28-
YUV188.45128.87118.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.25%
GREEN value IS 195 (76.56% from 255) = 34.82%
BLUE value IS 190 (74.61% from 255) = 33.93%
R=31.25%
G=34.82%
B=33.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751951900.1000.030.2416514.2972.55
HexAFC3BEA0318a5e49
Octal25730327612033024516111
Binary1010111111000011101111101010011110001010010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC3BE; }

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

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

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

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

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

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

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

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