#104335

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

Shades of Deep Teal #104335

Tints of Deep Teal #104335

Color information

#104335 (or 0x104335) is unknown color: approx Deep Teal. HEX triplet: 10, 43 and 35. RGB value is (16,67,53). Sum of RGB (Red+Green+Blue) = 16+67+53=136 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.76% from 136); Green value is 67 (26.56% from 255 or 49.26% from 136); Blue value is 53 (21.09% from 255 or 38.97% from 136); Max value from RGB is 67 - color contains mainly: green. Hex color #104335 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104335 is #EFBCCA. Grayscale: #323232. Windows color (decimal): -15711435 or 3490576. OLE color: 3490576.

HSL color Cylindrical-coordinate representation of color #104335: hue angle of 163.53º 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 #104335 is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.74.

Color convert

RGB166753-
CMYK0.7600.210.74
HSL163.53º61.45%16.27%-
HSV(B)163.53º76.12%26.27%-
XYZ2.864.384.06-
YUV50.16129.6103.64-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.76%
GREEN value IS 67 (26.56% from 255) = 49.26%
BLUE value IS 53 (21.09% from 255) = 38.97%
R=11.76%
G=49.26%
B=38.97%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1667530.7600.210.74163.5361.4516.27
Hex1043354C0154Aa43d10
Octal20103651140251122447520
Binary100001000011110101100110001010110010101010010011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104335; }

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

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

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

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

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

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

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

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