#135041

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

Shades of Deep Teal #135041

Tints of Deep Teal #135041

Color information

#135041 (or 0x135041) is unknown color: approx Deep Teal. HEX triplet: 13, 50 and 41. RGB value is (19,80,65). Sum of RGB (Red+Green+Blue) = 19+80+65=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 80 (31.64% from 255 or 48.78% from 164); Blue value is 65 (25.78% from 255 or 39.63% from 164); Max value from RGB is 80 - color contains mainly: green. Hex color #135041 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135041 is #ECAFBE. Grayscale: #3C3C3C. Windows color (decimal): -15511487 or 4280339. OLE color: 4280339.

HSL color Cylindrical-coordinate representation of color #135041: hue angle of 165.25º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #135041 is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB198065-
CMYK0.7600.190.69
HSL165.25º61.62%19.41%-
HSV(B)165.25º76.25%31.37%-
XYZ4.096.265.99-
YUV60.05130.7998.72-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.59%
GREEN value IS 80 (31.64% from 255) = 48.78%
BLUE value IS 65 (25.78% from 255) = 39.63%
R=11.59%
G=48.78%
B=39.63%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1980650.7600.190.69165.2561.6219.41
Hex1350414C01345a53e13
Octal231201011140231052457623
Binary1001110100001000001100110001001110001011010010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135041; }

 p { color: rgb(19,80,65); }

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

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

 a { background-color: rgb(19,80,65); }

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

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

 span { border-color: rgb(19,80,65); }

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