#A2D6CC

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

Shades of Sinbad #A2D6CC

Tints of Sinbad #A2D6CC

Color information

#A2D6CC (or 0xA2D6CC) is unknown color: approx Sinbad. HEX triplet: A2, D6 and CC. RGB value is (162,214,204). Sum of RGB (Red+Green+Blue) = 162+214+204=580 (76% of max value = 765). Red value is 162 (63.67% from 255 or 27.93% from 580); Green value is 214 (83.98% from 255 or 36.90% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D6CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D6CC is #5D2933. Grayscale: #C5C5C5. Windows color (decimal): -6105396 or 13424290. OLE color: 13424290.

HSL color Cylindrical-coordinate representation of color #A2D6CC: hue angle of 168.46º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A2D6CC is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB162214204-
CMYK0.2400.050.16
HSL168.46º38.81%73.73%-
HSV(B)168.46º24.3%83.92%-
XYZ49.8560.1366.11-
YUV197.31131.77102.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.93%
GREEN value IS 214 (83.98% from 255) = 36.90%
BLUE value IS 204 (80.08% from 255) = 35.17%
R=27.93%
G=36.90%
B=35.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1622142040.2400.050.16168.4638.8173.73
HexA2D6CC180510a8274a
Octal24232631430052025047112
Binary10100010110101101100110011000010110000101010001001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D6CC; }

 p { color: rgb(162,214,204); }

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

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

 a { background-color: rgb(162,214,204); }

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

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

 span { border-color: rgb(162,214,204); }

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