#AFD6D4

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

Shades of Sinbad #AFD6D4

Tints of Sinbad #AFD6D4

Color information

#AFD6D4 (or 0xAFD6D4) is unknown color: approx Sinbad. HEX triplet: AF, D6 and D4. RGB value is (175,214,212). Sum of RGB (Red+Green+Blue) = 175+214+212=601 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.12% from 601); Green value is 214 (83.98% from 255 or 35.61% from 601); Blue value is 212 (83.20% from 255 or 35.27% from 601); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD6D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD6D4 is #50292B. Grayscale: #CACACA. Windows color (decimal): -5253420 or 13948591. OLE color: 13948591.

HSL color Cylindrical-coordinate representation of color #AFD6D4: hue angle of 176.92º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFD6D4 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB175214212-
CMYK0.1800.010.16
HSL176.92º32.23%76.27%-
HSV(B)176.92º18.22%83.92%-
XYZ53.6161.9671.42-
YUV202.11133.58108.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.12%
GREEN value IS 214 (83.98% from 255) = 35.61%
BLUE value IS 212 (83.20% from 255) = 35.27%
R=29.12%
G=35.61%
B=35.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752142120.1800.010.16176.9232.2376.27
HexAFD6D4120110b1204c
Octal25732632422012026140114
Binary101011111101011011010100100100110000101100011000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD6D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD6D4; }

 p { color: rgb(175,214,212); }

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

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

 a { background-color: rgb(175,214,212); }

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

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

 span { border-color: rgb(175,214,212); }

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