#13885E

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

Shades of Deep Sea #13885E

Tints of Deep Sea #13885E

Color information

#13885E (or 0x13885E) is unknown color: approx Deep Sea. HEX triplet: 13, 88 and 5E. RGB value is (19,136,94). Sum of RGB (Red+Green+Blue) = 19+136+94=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 136 (53.52% from 255 or 54.62% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 136 - color contains mainly: green. Hex color #13885E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13885E is #EC77A1. Grayscale: #606060. Windows color (decimal): -15497122 or 6195219. OLE color: 6195219.

HSL color Cylindrical-coordinate representation of color #13885E: hue angle of 158.46º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13885E is Cyan = 0.86, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB1913694-
CMYK0.8600.310.47
HSL158.46º75.48%30.39%-
HSV(B)158.46º86.03%53.33%-
XYZ11.0918.5513.59-
YUV96.23126.7472.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.63%
GREEN value IS 136 (53.52% from 255) = 54.62%
BLUE value IS 94 (37.11% from 255) = 37.75%
R=7.63%
G=54.62%
B=37.75%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal19136940.8600.310.47158.4675.4830.39
Hex13885E5601F2F9e4b1e
Octal232101361260375723611336
Binary10011100010001011110101011001111110111110011110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13885E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13885E; }

 p { color: rgb(19,136,94); }

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

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

 a { background-color: rgb(19,136,94); }

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

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

 span { border-color: rgb(19,136,94); }

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