#0A3D37

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

Shades of Deep Teal #0A3D37

Tints of Deep Teal #0A3D37

Color information

#0A3D37 (or 0x0A3D37) is unknown color: approx Deep Teal. HEX triplet: 0A, 3D and 37. RGB value is (10,61,55). Sum of RGB (Red+Green+Blue) = 10+61+55=126 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.94% from 126); Green value is 61 (24.22% from 255 or 48.41% from 126); Blue value is 55 (21.88% from 255 or 43.65% from 126); Max value from RGB is 61 - color contains mainly: green. Hex color #0A3D37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3D37 is #F5C2C8. Grayscale: #2D2D2D. Windows color (decimal): -16106185 or 3620106. OLE color: 3620106.

HSL color Cylindrical-coordinate representation of color #0A3D37: hue angle of 172.94º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A3D37 is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.76.

Color convert

RGB106155-
CMYK0.8400.100.76
HSL172.94º71.83%13.92%-
HSV(B)172.94º83.61%23.92%-
XYZ2.483.684.19-
YUV45.07133.6102.99-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.94%
GREEN value IS 61 (24.22% from 255) = 48.41%
BLUE value IS 55 (21.88% from 255) = 43.65%
R=7.94%
G=48.41%
B=43.65%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1061550.8400.100.76172.9471.8313.92
HexA3D37540A4Cad48e
Octal12756712401211425511016
Binary101011110111011110101000101010011001010110110010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,61,55); }

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

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

 a { background-color: rgb(10,61,55); }

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

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

 span { border-color: rgb(10,61,55); }

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