Html Css Color HEX #137758 Deep Sea

📋 copy color: '#137758'

red 19 ◦ green 119 ◦ blue 88

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

Shades of Deep Sea #137758

Tints of Deep Sea #137758

RGB

 RED value IS 19 (7.81% from 255) = 8.41%

 GREEN value IS 119 (46.88% from 255) = 52.65%

 BLUE value IS 88 (34.77% from 255) = 38.94%

R = 8.41%
G = 52.65%
B = 38.94%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#137758 (or 0x137758) is known color: Deep Sea. HEX triplet: 13, 77 and 58. RGB value is (19,119,88). Sum of RGB (Red+Green+Blue) = 19+119+88=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 119 (46.88% from 255 or 52.65% from 226); Blue value is 88 (34.77% from 255 or 38.94% from 226); Max value from RGB is 119 - color contains mainly: green. Hex color #137758 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137758 is #EC88A7. Grayscale: #555555. Windows color (decimal): -15501480 or 5797651. OLE color: 5797651.

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

Color convert

RGB 19 119 88 -
CMYK 0.84 0 0.26 0.53
HSL 161.4º 0.72% 0.27% -
HSV(B) 161.4º 0.84% 0.47% -
XYZ 8.63 14.04 11.49 -
YUV 85.57 129.37 80.52 -
System Red Green Blue C M Y K H S L
Decimal 19 119 88 0.84 0 0.26 0.53 161.4 0.72 0.27
Hex 13 77 58 54 0 1A 35 A1 48 1B
Octal 23 167 130 124 0 32 65 241 110 33
Binary 10011 1110111 1011000 1010100 0 11010 110101 10100001 1001000 11011

Color Harmonies of #137758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137758

Black with #137758

Text Example


Text Example

White with #137758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137758; }

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

 H1.HeaderClassName
 {
   color: #137758;
 }
 .AnyTagClassName
 {
   color: #137758;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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