#A4D7CD

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

Shades of Sinbad #A4D7CD

Tints of Sinbad #A4D7CD

Color information

#A4D7CD (or 0xA4D7CD) is unknown color: approx Sinbad. HEX triplet: A4, D7 and CD. RGB value is (164,215,205). Sum of RGB (Red+Green+Blue) = 164+215+205=584 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.08% from 584); Green value is 215 (84.38% from 255 or 36.82% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 215 - color contains mainly: green. Hex color #A4D7CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D7CD is #5B2832. Grayscale: #C6C6C6. Windows color (decimal): -5974067 or 13490084. OLE color: 13490084.

HSL color Cylindrical-coordinate representation of color #A4D7CD: hue angle of 168.24º 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 #A4D7CD is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB164215205-
CMYK0.2400.050.16
HSL168.24º38.93%74.31%-
HSV(B)168.24º23.72%84.31%-
XYZ50.6360.966.84-
YUV198.61131.6103.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.08%
GREEN value IS 215 (84.38% from 255) = 36.82%
BLUE value IS 205 (80.47% from 255) = 35.10%
R=28.08%
G=36.82%
B=35.10%

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
Decimal1642152050.2400.050.16168.2438.9374.31
HexA4D7CD180510a8274a
Octal24432731530052025047112
Binary10100100110101111100110111000010110000101010001001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D7CD; }

 p { color: rgb(164,215,205); }

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

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

 a { background-color: rgb(164,215,205); }

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

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

 span { border-color: rgb(164,215,205); }

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