#AFC5C0

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

Shades of Opal #AFC5C0

Tints of Opal #AFC5C0

Color information

#AFC5C0 (or 0xAFC5C0) is unknown color: approx Opal. HEX triplet: AF, C5 and C0. RGB value is (175,197,192). Sum of RGB (Red+Green+Blue) = 175+197+192=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 197 (77.34% from 255 or 34.93% from 564); Blue value is 192 (75.39% from 255 or 34.04% from 564); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC5C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC5C0 is #503A3F. Grayscale: #BDBDBD. Windows color (decimal): -5257792 or 12633519. OLE color: 12633519.

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

Color convert

RGB175197192-
CMYK0.1100.030.23
HSL166.36º15.94%72.94%-
HSV(B)166.36º11.17%77.25%-
XYZ47.1652.8557.59-
YUV189.85129.21117.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.03%
GREEN value IS 197 (77.34% from 255) = 34.93%
BLUE value IS 192 (75.39% from 255) = 34.04%
R=31.03%
G=34.93%
B=34.04%

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
Decimal1751971920.1100.030.23166.3615.9472.94
HexAFC5C0B0317a61049
Octal25730530013032724620111
Binary10101111110001011100000010110111011110100110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC5C0; }

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

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

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

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

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

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

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

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