#AFD0CC

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

Shades of Sinbad #AFD0CC

Tints of Sinbad #AFD0CC

Color information

#AFD0CC (or 0xAFD0CC) is unknown color: approx Sinbad. HEX triplet: AF, D0 and CC. RGB value is (175,208,204). Sum of RGB (Red+Green+Blue) = 175+208+204=587 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.81% from 587); Green value is 208 (81.64% from 255 or 35.43% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD0CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD0CC is #502F33. Grayscale: #C5C5C5. Windows color (decimal): -5254964 or 13422767. OLE color: 13422767.

HSL color Cylindrical-coordinate representation of color #AFD0CC: hue angle of 172.73º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFD0CC is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB175208204-
CMYK0.1600.020.18
HSL172.73º25.98%75.1%-
HSV(B)172.73º15.87%81.57%-
XYZ51.1358.5965.74-
YUV197.68131.57111.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.81%
GREEN value IS 208 (81.64% from 255) = 35.43%
BLUE value IS 204 (80.08% from 255) = 34.75%
R=29.81%
G=35.43%
B=34.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752082040.1600.020.18172.7325.9875.1
HexAFD0CC100212ad1a4b
Octal25732031420022225532113
Binary101011111101000011001100100000101001010101101110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD0CC; }

 p { color: rgb(175,208,204); }

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

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

 a { background-color: rgb(175,208,204); }

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

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

 span { border-color: rgb(175,208,204); }

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