#10483A

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

Shades of Deep Teal #10483A

Tints of Deep Teal #10483A

Color information

#10483A (or 0x10483A) is unknown color: approx Deep Teal. HEX triplet: 10, 48 and 3A. RGB value is (16,72,58). Sum of RGB (Red+Green+Blue) = 16+72+58=146 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.96% from 146); Green value is 72 (28.52% from 255 or 49.32% from 146); Blue value is 58 (23.05% from 255 or 39.73% from 146); Max value from RGB is 72 - color contains mainly: green. Hex color #10483A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10483A is #EFB7C5. Grayscale: #353535. Windows color (decimal): -15710150 or 3819536. OLE color: 3819536.

HSL color Cylindrical-coordinate representation of color #10483A: hue angle of 165º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #10483A is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB167258-
CMYK0.7800.190.72
HSL165º63.64%17.25%-
HSV(B)165º77.78%28.24%-
XYZ3.295.054.8-
YUV53.66130.45101.14-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.96%
GREEN value IS 72 (28.52% from 255) = 49.32%
BLUE value IS 58 (23.05% from 255) = 39.73%
R=10.96%
G=49.32%
B=39.73%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1672580.7800.190.7216563.6417.25
Hex10483A4E01348a54011
Octal201107211602311024510021
Binary1000010010001110101001110010011100100010100101100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10483A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10483A; }

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

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

<style>
 a { background-color: #10483A; }

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

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

<style>
 span { border-color: #10483A; }

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

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