#136F58

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

Shades of Deep Sea #136F58

Tints of Deep Sea #136F58

Color information

#136F58 (or 0x136F58) is unknown color: approx Deep Sea. HEX triplet: 13, 6F and 58. RGB value is (19,111,88). Sum of RGB (Red+Green+Blue) = 19+111+88=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 111 (43.75% from 255 or 50.92% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 111 - color contains mainly: green. Hex color #136F58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136F58 is #EC90A7. Grayscale: #505050. Windows color (decimal): -15503528 or 5795603. OLE color: 5795603.

HSL color Cylindrical-coordinate representation of color #136F58: hue angle of 165º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136F58 is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB1911188-
CMYK0.8300.210.56
HSL165º70.77%25.49%-
HSV(B)165º82.88%43.53%-
XYZ7.7112.2111.18-
YUV80.87132.0283.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.72%
GREEN value IS 111 (43.75% from 255) = 50.92%
BLUE value IS 88 (34.77% from 255) = 40.37%
R=8.72%
G=50.92%
B=40.37%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19111880.8300.210.5616570.7725.49
Hex136F585301538a54719
Octal231571301230257024510731
Binary1001111011111011000101001101010111100010100101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136F58; }

 p { color: rgb(19,111,88); }

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

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

 a { background-color: rgb(19,111,88); }

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

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

 span { border-color: rgb(19,111,88); }

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