#A8D6D1

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

Shades of Sinbad #A8D6D1

Tints of Sinbad #A8D6D1

Color information

#A8D6D1 (or 0xA8D6D1) is unknown color: approx Sinbad. HEX triplet: A8, D6 and D1. RGB value is (168,214,209). Sum of RGB (Red+Green+Blue) = 168+214+209=591 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.43% from 591); Green value is 214 (83.98% from 255 or 36.21% from 591); Blue value is 209 (82.03% from 255 or 35.36% from 591); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D6D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D6D1 is #57292E. Grayscale: #C7C7C7. Windows color (decimal): -5712175 or 13751976. OLE color: 13751976.

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

Color convert

RGB168214209-
CMYK0.2100.020.16
HSL173.48º35.94%74.9%-
HSV(B)173.48º21.5%83.92%-
XYZ51.761.0269.37-
YUV199.68133.26105.41-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.43%
GREEN value IS 214 (83.98% from 255) = 36.21%
BLUE value IS 209 (82.03% from 255) = 35.36%
R=28.43%
G=36.21%
B=35.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1682142090.2100.020.16173.4835.9474.9
HexA8D6D1150210ad244b
Octal25032632125022025544113
Binary1010100011010110110100011010101010000101011011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D6D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D6D1; }

 p { color: rgb(168,214,209); }

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

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

 a { background-color: rgb(168,214,209); }

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

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

 span { border-color: rgb(168,214,209); }

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