#10483E

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

Shades of Deep Teal #10483E

Tints of Deep Teal #10483E

Color information

#10483E (or 0x10483E) is unknown color: approx Deep Teal. HEX triplet: 10, 48 and 3E. RGB value is (16,72,62). Sum of RGB (Red+Green+Blue) = 16+72+62=150 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.67% from 150); Green value is 72 (28.52% from 255 or 48% from 150); Blue value is 62 (24.61% from 255 or 41.33% from 150); Max value from RGB is 72 - color contains mainly: green. Hex color #10483E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10483E is #EFB7C1. Grayscale: #363636. Windows color (decimal): -15710146 or 4081680. OLE color: 4081680.

HSL color Cylindrical-coordinate representation of color #10483E: hue angle of 169.29º 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 #10483E is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB167262-
CMYK0.7800.140.72
HSL169.29º63.64%17.25%-
HSV(B)169.29º77.78%28.24%-
XYZ3.45.095.36-
YUV54.12132.45100.81-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.67%
GREEN value IS 72 (28.52% from 255) = 48%
BLUE value IS 62 (24.61% from 255) = 41.33%
R=10.67%
G=48%
B=41.33%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1672620.7800.140.72169.2963.6417.25
Hex10483E4E0E48a94011
Octal201107611601611025110021
Binary100001001000111110100111001110100100010101001100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10483E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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