#A2D4CD

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

Shades of Sinbad #A2D4CD

Tints of Sinbad #A2D4CD

Color information

#A2D4CD (or 0xA2D4CD) is unknown color: approx Sinbad. HEX triplet: A2, D4 and CD. RGB value is (162,212,205). Sum of RGB (Red+Green+Blue) = 162+212+205=579 (76% of max value = 765). Red value is 162 (63.67% from 255 or 27.98% from 579); Green value is 212 (83.20% from 255 or 36.61% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 212 - color contains mainly: green. Hex color #A2D4CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D4CD is #5D2B32. Grayscale: #C4C4C4. Windows color (decimal): -6105907 or 13489314. OLE color: 13489314.

HSL color Cylindrical-coordinate representation of color #A2D4CD: hue angle of 171.6º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A2D4CD is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB162212205-
CMYK0.2400.030.17
HSL171.6º36.76%73.33%-
HSV(B)171.6º23.58%83.14%-
XYZ49.4659.1866.57-
YUV196.25132.94103.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.98%
GREEN value IS 212 (83.20% from 255) = 36.61%
BLUE value IS 205 (80.47% from 255) = 35.41%
R=27.98%
G=36.61%
B=35.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1622122050.2400.030.17171.636.7673.33
HexA2D4CD180311ac2549
Octal24232431530032125445111
Binary1010001011010100110011011100001110001101011001001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D4CD; }

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

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

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

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

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

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

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

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