#10433D

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

Shades of Deep Teal #10433D

Tints of Deep Teal #10433D

Color information

#10433D (or 0x10433D) is unknown color: approx Deep Teal. HEX triplet: 10, 43 and 3D. RGB value is (16,67,61). Sum of RGB (Red+Green+Blue) = 16+67+61=144 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.11% from 144); Green value is 67 (26.56% from 255 or 46.53% from 144); Blue value is 61 (24.22% from 255 or 42.36% from 144); Max value from RGB is 67 - color contains mainly: green. Hex color #10433D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10433D is #EFBCC2. Grayscale: #333333. Windows color (decimal): -15711427 or 4014864. OLE color: 4014864.

HSL color Cylindrical-coordinate representation of color #10433D: hue angle of 172.94º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #10433D is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB166761-
CMYK0.7600.090.74
HSL172.94º61.45%16.27%-
HSV(B)172.94º76.12%26.27%-
XYZ3.064.465.11-
YUV51.07133.6102.99-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.11%
GREEN value IS 67 (26.56% from 255) = 46.53%
BLUE value IS 61 (24.22% from 255) = 42.36%
R=11.11%
G=46.53%
B=42.36%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1667610.7600.090.74172.9461.4516.27
Hex10433D4C094Aad3d10
Octal20103751140111122557520
Binary10000100001111110110011000100110010101010110111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10433D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10433D; }

 p { color: rgb(16,67,61); }

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

<style>
 a { background-color: #10433D; }

 a { background-color: rgb(16,67,61); }

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

<style>
 span { border-color: #10433D; }

 span { border-color: rgb(16,67,61); }

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