#0A3B35

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

Shades of Deep Teal #0A3B35

Tints of Deep Teal #0A3B35

Color information

#0A3B35 (or 0x0A3B35) is unknown color: approx Deep Teal. HEX triplet: 0A, 3B and 35. RGB value is (10,59,53). Sum of RGB (Red+Green+Blue) = 10+59+53=122 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.20% from 122); Green value is 59 (23.44% from 255 or 48.36% from 122); Blue value is 53 (21.09% from 255 or 43.44% from 122); Max value from RGB is 59 - color contains mainly: green. Hex color #0A3B35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3B35 is #F5C4CA. Grayscale: #2B2B2B. Windows color (decimal): -16106699 or 3488522. OLE color: 3488522.

HSL color Cylindrical-coordinate representation of color #0A3B35: hue angle of 172.65º 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 #0A3B35 is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.77.

Color convert

RGB105953-
CMYK0.8300.100.77
HSL172.65º71.01%13.53%-
HSV(B)172.65º83.05%23.14%-
XYZ2.333.453.91-
YUV43.66133.27103.99-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.20%
GREEN value IS 59 (23.44% from 255) = 48.36%
BLUE value IS 53 (21.09% from 255) = 43.44%
R=8.20%
G=48.36%
B=43.44%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1059530.8300.100.77172.6571.0113.53
HexA3B35530A4Dad47e
Octal12736512301211525510716
Binary101011101111010110100110101010011011010110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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