#103A30

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

Shades of Deep Teal #103A30

Tints of Deep Teal #103A30

Color information

#103A30 (or 0x103A30) is unknown color: approx Deep Teal. HEX triplet: 10, 3A and 30. RGB value is (16,58,48). Sum of RGB (Red+Green+Blue) = 16+58+48=122 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.11% from 122); Green value is 58 (23.05% from 255 or 47.54% from 122); Blue value is 48 (19.14% from 255 or 39.34% from 122); Max value from RGB is 58 - color contains mainly: green. Hex color #103A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103A30 is #EFC5CF. Grayscale: #2C2C2C. Windows color (decimal): -15713744 or 3160592. OLE color: 3160592.

HSL color Cylindrical-coordinate representation of color #103A30: hue angle of 165.71º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #103A30 is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.77.

Color convert

RGB165848-
CMYK0.7200.170.77
HSL165.71º56.76%14.51%-
HSV(B)165.71º72.41%22.75%-
XYZ2.263.353.32-
YUV44.3130.09107.81-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.11%
GREEN value IS 58 (23.05% from 255) = 47.54%
BLUE value IS 48 (19.14% from 255) = 39.34%
R=13.11%
G=47.54%
B=39.34%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1658480.7200.170.77165.7156.7614.51
Hex103A30480114Da639f
Octal2072601100211152467117
Binary1000011101011000010010000100011001101101001101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103A30; }

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

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

<style>
 a { background-color: #103A30; }

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

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

<style>
 span { border-color: #103A30; }

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

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