#10483B

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

Shades of Deep Teal #10483B

Tints of Deep Teal #10483B

Color information

#10483B (or 0x10483B) is unknown color: approx Deep Teal. HEX triplet: 10, 48 and 3B. RGB value is (16,72,59). Sum of RGB (Red+Green+Blue) = 16+72+59=147 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.88% from 147); Green value is 72 (28.52% from 255 or 48.98% from 147); Blue value is 59 (23.44% from 255 or 40.14% from 147); Max value from RGB is 72 - color contains mainly: green. Hex color #10483B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10483B is #EFB7C4. Grayscale: #353535. Windows color (decimal): -15710149 or 3885072. OLE color: 3885072.

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

Color convert

RGB167259-
CMYK0.7800.180.72
HSL166.07º63.64%17.25%-
HSV(B)166.07º77.78%28.24%-
XYZ3.325.064.94-
YUV53.77130.95101.06-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.88%
GREEN value IS 72 (28.52% from 255) = 48.98%
BLUE value IS 59 (23.44% from 255) = 40.14%
R=10.88%
G=48.98%
B=40.14%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1672590.7800.180.72166.0763.6417.25
Hex10483B4E01248a64011
Octal201107311602211024610021
Binary1000010010001110111001110010010100100010100110100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10483B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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