#0A5540

Color #0A5540 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #0A5540

Tints of Deep Teal #0A5540

Color information

#0A5540 (or 0x0A5540) is unknown color: approx Deep Teal. HEX triplet: 0A, 55 and 40. RGB value is (10,85,64). Sum of RGB (Red+Green+Blue) = 10+85+64=159 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.29% from 159); Green value is 85 (33.59% from 255 or 53.46% from 159); Blue value is 64 (25.39% from 255 or 40.25% from 159); Max value from RGB is 85 - color contains mainly: green. Hex color #0A5540 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5540 is #F5AABF. Grayscale: #3C3C3C. Windows color (decimal): -16100032 or 4216074. OLE color: 4216074.

HSL color Cylindrical-coordinate representation of color #0A5540: hue angle of 163.2º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A5540 is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB108564-
CMYK0.8800.250.67
HSL163.2º78.95%18.63%-
HSV(B)163.2º88.24%33.33%-
XYZ4.36.935.96-
YUV60.18130.1592.21-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.29%
GREEN value IS 85 (33.59% from 255) = 53.46%
BLUE value IS 64 (25.39% from 255) = 40.25%
R=6.29%
G=53.46%
B=40.25%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1085640.8800.250.67163.278.9518.63
HexA55405801943a34f13
Octal1212510013003110324311723
Binary1010101010110000001011000011001100001110100011100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A5540; }

 p { color: rgb(10,85,64); }

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

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

 a { background-color: rgb(10,85,64); }

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

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

 span { border-color: rgb(10,85,64); }

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