#10483C

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

Shades of Deep Teal #10483C

Tints of Deep Teal #10483C

Color information

#10483C (or 0x10483C) is unknown color: approx Deep Teal. HEX triplet: 10, 48 and 3C. RGB value is (16,72,60). Sum of RGB (Red+Green+Blue) = 16+72+60=148 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.81% from 148); Green value is 72 (28.52% from 255 or 48.65% from 148); Blue value is 60 (23.83% from 255 or 40.54% from 148); Max value from RGB is 72 - color contains mainly: green. Hex color #10483C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10483C is #EFB7C3. Grayscale: #353535. Windows color (decimal): -15710148 or 3950608. OLE color: 3950608.

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

Color convert

RGB167260-
CMYK0.7800.170.72
HSL167.14º63.64%17.25%-
HSV(B)167.14º77.78%28.24%-
XYZ3.355.075.08-
YUV53.89131.45100.98-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.81%
GREEN value IS 72 (28.52% from 255) = 48.65%
BLUE value IS 60 (23.83% from 255) = 40.54%
R=10.81%
G=48.65%
B=40.54%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1672600.7800.170.72167.1463.6417.25
Hex10483C4E01148a74011
Octal201107411602111024710021
Binary1000010010001111001001110010001100100010100111100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10483C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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