Html Css Color HEX #137562 Deep Sea

📋 copy color: '#137562'

red 19 ◦ green 117 ◦ blue 98

#137562
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sea #137562

Tints of Deep Sea #137562

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 value IS 0.84

 M value IS 0

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#137562 (or 0x137562) is known color: 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

RGB 19 117 98 -
CMYK 0.84 0 0.16 0.54
HSL 168.37º 0.72% 0.27% -
HSV(B) 168.37º 0.84% 0.46% -
XYZ 8.83 13.74 13.74 -
YUV 85.53 135.03 80.54 -
System Red Green Blue C M Y K H S L
Decimal 19 117 98 0.84 0 0.16 0.54 168.37 0.72 0.27
Hex 13 75 62 54 0 10 36 A8 48 1B
Octal 23 165 142 124 0 20 66 250 110 33
Binary 10011 1110101 1100010 1010100 0 10000 110110 10101000 1001000 11011

Color Harmonies of #137562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137562

Black with #137562

Text Example


Text Example

White with #137562

Text Example


Text Example

HTML Codes & Css Web 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>