Html Css Color HEX #137A6E Deep Sea

📋 copy color: '#137A6E'

red 19 ◦ green 122 ◦ blue 110

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

Shades of Deep Sea #137A6E

Tints of Deep Sea #137A6E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 48.61%

 BLUE value IS 110 (43.36% from 255) = 43.82%

R = 7.57%
G = 48.61%
B = 43.82%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.10

 K value IS 0.52

RGB Variations

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

Color information

#137A6E (or 0x137A6E) is known color: Deep Sea. HEX triplet: 13, 7A and 6E. RGB value is (19,122,110). Sum of RGB (Red+Green+Blue) = 19+122+110=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 122 (48.05% from 255 or 48.61% from 251); Blue value is 110 (43.36% from 255 or 43.82% from 251); Max value from RGB is 122 - color contains mainly: green. Hex color #137A6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137A6E is #EC8591. Grayscale: #595959. Windows color (decimal): -15500690 or 7240211. OLE color: 7240211.

HSL color Cylindrical-coordinate representation of color #137A6E: hue angle of 173.01º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137A6E is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB 19 122 110 -
CMYK 0.84 0 0.10 0.52
HSL 173.01º 0.73% 0.28% -
HSV(B) 173.01º 0.84% 0.48% -
XYZ 10.04 15.18 17.15 -
YUV 89.84 139.38 77.48 -
System Red Green Blue C M Y K H S L
Decimal 19 122 110 0.84 0 0.10 0.52 173.01 0.73 0.28
Hex 13 7A 6E 54 0 A 34 AD 49 1C
Octal 23 172 156 124 0 12 64 255 111 34
Binary 10011 1111010 1101110 1010100 0 1010 110100 10101101 1001001 11100

Color Harmonies of #137A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137A6E

Black with #137A6E

Text Example


Text Example

White with #137A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,122,110); }

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

background-color css

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

 a { background-color: rgb(19,122,110); }

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

border-color css

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

 span { border-color: rgb(19,122,110); }

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