#AFC4C0

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

Shades of Opal #AFC4C0

Tints of Opal #AFC4C0

Color information

#AFC4C0 (or 0xAFC4C0) is unknown color: approx Opal. HEX triplet: AF, C4 and C0. RGB value is (175,196,192). Sum of RGB (Red+Green+Blue) = 175+196+192=563 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.08% from 563); Green value is 196 (76.95% from 255 or 34.81% from 563); Blue value is 192 (75.39% from 255 or 34.10% from 563); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC4C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC4C0 is #503B3F. Grayscale: #BDBDBD. Windows color (decimal): -5258048 or 12633263. OLE color: 12633263.

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

Color convert

RGB175196192-
CMYK0.1100.020.23
HSL168.57º15.11%72.75%-
HSV(B)168.57º10.71%76.86%-
XYZ46.9352.457.51-
YUV189.26129.54117.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.08%
GREEN value IS 196 (76.95% from 255) = 34.81%
BLUE value IS 192 (75.39% from 255) = 34.10%
R=31.08%
G=34.81%
B=34.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751961920.1100.020.23168.5715.1172.75
HexAFC4C0B0217a9f49
Octal25730430013022725117111
Binary1010111111000100110000001011010101111010100111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC4C0; }

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

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

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

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

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

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

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

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