#10533F

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

Shades of Deep Teal #10533F

Tints of Deep Teal #10533F

Color information

#10533F (or 0x10533F) is unknown color: approx Deep Teal. HEX triplet: 10, 53 and 3F. RGB value is (16,83,63). Sum of RGB (Red+Green+Blue) = 16+83+63=162 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.88% from 162); Green value is 83 (32.81% from 255 or 51.23% from 162); Blue value is 63 (25% from 255 or 38.89% from 162); Max value from RGB is 83 - color contains mainly: green. Hex color #10533F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10533F is #EFACC0. Grayscale: #3C3C3C. Windows color (decimal): -15707329 or 4150032. OLE color: 4150032.

HSL color Cylindrical-coordinate representation of color #10533F: hue angle of 162.09º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #10533F is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB168363-
CMYK0.8100.240.67
HSL162.09º67.68%19.41%-
HSV(B)162.09º80.72%32.55%-
XYZ4.26.665.77-
YUV60.69129.396.13-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.88%
GREEN value IS 83 (32.81% from 255) = 51.23%
BLUE value IS 63 (25% from 255) = 38.89%
R=9.88%
G=51.23%
B=38.89%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1683630.8100.240.67162.0967.6819.41
Hex10533F5101843a24413
Octal201237712103010324210423
Binary1000010100111111111010001011000100001110100010100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10533F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10533F; }

 p { color: rgb(16,83,63); }

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

<style>
 a { background-color: #10533F; }

 a { background-color: rgb(16,83,63); }

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

<style>
 span { border-color: #10533F; }

 span { border-color: rgb(16,83,63); }

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