#137658

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

Shades of Deep Sea #137658

Tints of Deep Sea #137658

Color information

#137658 (or 0x137658) is unknown color: approx Deep Sea. HEX triplet: 13, 76 and 58. RGB value is (19,118,88). Sum of RGB (Red+Green+Blue) = 19+118+88=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 118 (46.48% from 255 or 52.44% from 225); Blue value is 88 (34.77% from 255 or 39.11% from 225); Max value from RGB is 118 - color contains mainly: green. Hex color #137658 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137658 is #EC89A7. Grayscale: #555555. Windows color (decimal): -15501736 or 5797395. OLE color: 5797395.

HSL color Cylindrical-coordinate representation of color #137658: hue angle of 161.82º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137658 is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB1911888-
CMYK0.8400.250.54
HSL161.82º72.26%26.86%-
HSV(B)161.82º83.9%46.27%-
XYZ8.5113.811.45-
YUV84.98129.780.94-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.44%
GREEN value IS 118 (46.48% from 255) = 52.44%
BLUE value IS 88 (34.77% from 255) = 39.11%
R=8.44%
G=52.44%
B=39.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19118880.8400.250.54161.8272.2626.86
Hex1376585401936a2481b
Octal231661301240316624211033
Binary1001111101101011000101010001100111011010100010100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137658; }

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

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

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

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

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

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

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

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