#A0D4CF

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

Shades of Sinbad #A0D4CF

Tints of Sinbad #A0D4CF

Color information

#A0D4CF (or 0xA0D4CF) is unknown color: approx Sinbad. HEX triplet: A0, D4 and CF. RGB value is (160,212,207). Sum of RGB (Red+Green+Blue) = 160+212+207=579 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.63% from 579); Green value is 212 (83.20% from 255 or 36.61% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 212 - color contains mainly: green. Hex color #A0D4CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D4CF is #5F2B30. Grayscale: #C3C3C3. Windows color (decimal): -6236977 or 13620384. OLE color: 13620384.

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

Color convert

RGB160212207-
CMYK0.2500.020.17
HSL174.23º37.68%72.94%-
HSV(B)174.23º24.53%83.14%-
XYZ49.359.0767.83-
YUV195.88134.27102.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.63%
GREEN value IS 212 (83.20% from 255) = 36.61%
BLUE value IS 207 (81.25% from 255) = 35.75%
R=27.63%
G=36.61%
B=35.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1602122070.2500.020.17174.2337.6872.94
HexA0D4CF190211ae2649
Octal24032431731022125646111
Binary1010000011010100110011111100101010001101011101001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D4CF; }

 p { color: rgb(160,212,207); }

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

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

 a { background-color: rgb(160,212,207); }

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

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

 span { border-color: rgb(160,212,207); }

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