#0A3B32

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

Shades of Deep Teal #0A3B32

Tints of Deep Teal #0A3B32

Color information

#0A3B32 (or 0x0A3B32) is unknown color: approx Deep Teal. HEX triplet: 0A, 3B and 32. RGB value is (10,59,50). Sum of RGB (Red+Green+Blue) = 10+59+50=119 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.40% from 119); Green value is 59 (23.44% from 255 or 49.58% from 119); Blue value is 50 (19.92% from 255 or 42.02% from 119); Max value from RGB is 59 - color contains mainly: green. Hex color #0A3B32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3B32 is #F5C4CD. Grayscale: #2B2B2B. Windows color (decimal): -16106702 or 3291914. OLE color: 3291914.

HSL color Cylindrical-coordinate representation of color #0A3B32: hue angle of 168.98º degrees, saturation: 0.71, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0A3B32 is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.77.

Color convert

RGB105950-
CMYK0.8300.150.77
HSL168.98º71.01%13.53%-
HSV(B)168.98º83.05%23.14%-
XYZ2.263.423.56-
YUV43.32131.77104.23-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.40%
GREEN value IS 59 (23.44% from 255) = 49.58%
BLUE value IS 50 (19.92% from 255) = 42.02%
R=8.40%
G=49.58%
B=42.02%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1059500.8300.150.77168.9871.0113.53
HexA3B32530F4Da947e
Octal12736212301711525110716
Binary101011101111001010100110111110011011010100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,59,50); }

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

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

 a { background-color: rgb(10,59,50); }

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

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

 span { border-color: rgb(10,59,50); }

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