#137562

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

Shades of Deep Sea #137562

Tints of Deep Sea #137562

Color information

#137562 (or 0x137562) is unknown color: approx Deep Sea. HEX triplet: 13, 75 and 62. RGB value is (19,117,98). Sum of RGB (Red+Green+Blue) = 19+117+98=234 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.12% from 234); Green value is 117 (46.09% from 255 or 50% from 234); Blue value is 98 (38.67% from 255 or 41.88% from 234); Max value from RGB is 117 - color contains mainly: green. Hex color #137562 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137562 is #EC8A9D. Grayscale: #555555. Windows color (decimal): -15501982 or 6452499. OLE color: 6452499.

HSL color Cylindrical-coordinate representation of color #137562: hue angle of 168.37º 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 #137562 is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB1911798-
CMYK0.8400.160.54
HSL168.37º72.06%26.67%-
HSV(B)168.37º83.76%45.88%-
XYZ8.8313.7413.74-
YUV85.53135.0380.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.12%
GREEN value IS 117 (46.09% from 255) = 50%
BLUE value IS 98 (38.67% from 255) = 41.88%
R=8.12%
G=50%
B=41.88%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19117980.8400.160.54168.3772.0626.67
Hex1375625401036a8481b
Octal231651421240206625011033
Binary1001111101011100010101010001000011011010101000100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137562; }

 p { color: rgb(19,117,98); }

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

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

 a { background-color: rgb(19,117,98); }

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

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

 span { border-color: rgb(19,117,98); }

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