Html Css Color HEX #137F68 Deep Sea

📋 copy color: '#137F68'

red 19 ◦ green 127 ◦ blue 104

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

Shades of Deep Sea #137F68

Tints of Deep Sea #137F68

RGB

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

 GREEN value IS 127 (50% from 255) = 50.8%

 BLUE value IS 104 (41.02% from 255) = 41.6%

R = 7.6%
G = 50.8%
B = 41.6%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.18

 K value IS 0.50

RGB Variations

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

Color information

#137F68 (or 0x137F68) is known color: Deep Sea. HEX triplet: 13, 7F and 68. RGB value is (19,127,104). Sum of RGB (Red+Green+Blue) = 19+127+104=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 127 (50% from 255 or 50.8% from 250); Blue value is 104 (41.02% from 255 or 41.6% from 250); Max value from RGB is 127 - color contains mainly: green. Hex color #137F68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137F68 is #EC8097. Grayscale: #5C5C5C. Windows color (decimal): -15499416 or 6848275. OLE color: 6848275.

HSL color Cylindrical-coordinate representation of color #137F68: hue angle of 167.22º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137F68 is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 127 104 -
CMYK 0.85 0 0.18 0.50
HSL 167.22º 0.74% 0.29% -
HSV(B) 167.22º 0.85% 0.5% -
XYZ 10.36 16.32 15.7 -
YUV 92.09 134.72 75.87 -
System Red Green Blue C M Y K H S L
Decimal 19 127 104 0.85 0 0.18 0.50 167.22 0.74 0.29
Hex 13 7F 68 55 0 12 32 A7 4A 1D
Octal 23 177 150 125 0 22 62 247 112 35
Binary 10011 1111111 1101000 1010101 0 10010 110010 10100111 1001010 11101

Color Harmonies of #137F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137F68

Black with #137F68

Text Example


Text Example

White with #137F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137F68; }

 p { color: rgb(19,127,104); }

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

background-color css

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

 a { background-color: rgb(19,127,104); }

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

border-color css

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

 span { border-color: rgb(19,127,104); }

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