Html Css Color HEX #137A5C Deep Sea

📋 copy color: '#137A5C'

red 19 ◦ green 122 ◦ blue 92

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

Shades of Deep Sea #137A5C

Tints of Deep Sea #137A5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 39.48%

R = 8.15%
G = 52.36%
B = 39.48%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.25

 K value IS 0.52

RGB Variations

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

Color information

#137A5C (or 0x137A5C) is known color: Deep Sea. HEX triplet: 13, 7A and 5C. RGB value is (19,122,92). Sum of RGB (Red+Green+Blue) = 19+122+92=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 122 (48.05% from 255 or 52.36% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 122 - color contains mainly: green. Hex color #137A5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137A5C is #EC85A3. Grayscale: #575757. Windows color (decimal): -15500708 or 6060563. OLE color: 6060563.

HSL color Cylindrical-coordinate representation of color #137A5C: hue angle of 162.52º 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 #137A5C is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB 19 122 92 -
CMYK 0.84 0 0.25 0.52
HSL 162.52º 0.73% 0.28% -
HSV(B) 162.52º 0.84% 0.48% -
XYZ 9.16 14.83 12.5 -
YUV 87.78 130.38 78.94 -
System Red Green Blue C M Y K H S L
Decimal 19 122 92 0.84 0 0.25 0.52 162.52 0.73 0.28
Hex 13 7A 5C 54 0 19 34 A3 49 1C
Octal 23 172 134 124 0 31 64 243 111 34
Binary 10011 1111010 1011100 1010100 0 11001 110100 10100011 1001001 11100

Color Harmonies of #137A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137A5C

Black with #137A5C

Text Example


Text Example

White with #137A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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