#A2D8CD

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

Shades of Sinbad #A2D8CD

Tints of Sinbad #A2D8CD

Color information

#A2D8CD (or 0xA2D8CD) is unknown color: approx Sinbad. HEX triplet: A2, D8 and CD. RGB value is (162,216,205). Sum of RGB (Red+Green+Blue) = 162+216+205=583 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.79% from 583); Green value is 216 (84.77% from 255 or 37.05% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D8CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D8CD is #5D2732. Grayscale: #C6C6C6. Windows color (decimal): -6104883 or 13490338. OLE color: 13490338.

HSL color Cylindrical-coordinate representation of color #A2D8CD: hue angle of 167.78º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2D8CD is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB162216205-
CMYK0.2500.050.15
HSL167.78º40.91%74.12%-
HSV(B)167.78º25%84.71%-
XYZ50.4861.266.91-
YUV198.6131.61101.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.79%
GREEN value IS 216 (84.77% from 255) = 37.05%
BLUE value IS 205 (80.47% from 255) = 35.16%
R=27.79%
G=37.05%
B=35.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1622162050.2500.050.15167.7840.9174.12
HexA2D8CD1905Fa8294a
Octal24233031531051725051112
Binary1010001011011000110011011100101011111101010001010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D8CD; }

 p { color: rgb(162,216,205); }

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

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

 a { background-color: rgb(162,216,205); }

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

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

 span { border-color: rgb(162,216,205); }

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