#0A3A30

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

Shades of Deep Teal #0A3A30

Tints of Deep Teal #0A3A30

Color information

#0A3A30 (or 0x0A3A30) is unknown color: approx Deep Teal. HEX triplet: 0A, 3A and 30. RGB value is (10,58,48). Sum of RGB (Red+Green+Blue) = 10+58+48=116 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.62% from 116); Green value is 58 (23.05% from 255 or 50% from 116); Blue value is 48 (19.14% from 255 or 41.38% from 116); Max value from RGB is 58 - color contains mainly: green. Hex color #0A3A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3A30 is #F5C5CF. Grayscale: #2A2A2A. Windows color (decimal): -16106960 or 3160586. OLE color: 3160586.

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

Color convert

RGB105848-
CMYK0.8300.170.77
HSL167.5º70.59%13.33%-
HSV(B)167.5º82.76%22.75%-
XYZ2.173.33.32-
YUV42.51131.1104.81-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.62%
GREEN value IS 58 (23.05% from 255) = 50%
BLUE value IS 48 (19.14% from 255) = 41.38%
R=8.62%
G=50%
B=41.38%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1058480.8300.170.77167.570.5913.33
HexA3A30530114Da847d
Octal12726012302111525010715
Binary1010111010110000101001101000110011011010100010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,58,48); }

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

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

 a { background-color: rgb(10,58,48); }

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

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

 span { border-color: rgb(10,58,48); }

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