Html Css Color HEX #137260 Deep Sea

📋 copy color: '#137260'

red 19 ◦ green 114 ◦ blue 96

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

Shades of Deep Sea #137260

Tints of Deep Sea #137260

RGB

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

 GREEN value IS 114 (44.92% from 255) = 49.78%

 BLUE value IS 96 (37.89% from 255) = 41.92%

R = 8.3%
G = 49.78%
B = 41.92%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#137260 (or 0x137260) is known color: Deep Sea. HEX triplet: 13, 72 and 60. RGB value is (19,114,96). Sum of RGB (Red+Green+Blue) = 19+114+96=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 114 (44.92% from 255 or 49.78% from 229); Blue value is 96 (37.89% from 255 or 41.92% from 229); Max value from RGB is 114 - color contains mainly: green. Hex color #137260 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137260 is #EC8D9F. Grayscale: #535353. Windows color (decimal): -15502752 or 6320659. OLE color: 6320659.

HSL color Cylindrical-coordinate representation of color #137260: hue angle of 168.63º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #137260 is Cyan = 0.83, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 114 96 -
CMYK 0.83 0 0.16 0.55
HSL 168.63º 0.71% 0.26% -
HSV(B) 168.63º 0.83% 0.45% -
XYZ 8.4 13.02 13.14 -
YUV 83.54 135.03 81.96 -
System Red Green Blue C M Y K H S L
Decimal 19 114 96 0.83 0 0.16 0.55 168.63 0.71 0.26
Hex 13 72 60 53 0 10 37 A9 47 1A
Octal 23 162 140 123 0 20 67 251 107 32
Binary 10011 1110010 1100000 1010011 0 10000 110111 10101001 1000111 11010

Color Harmonies of #137260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137260

Black with #137260

Text Example


Text Example

White with #137260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137260; }

 p { color: rgb(19,114,96); }

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

background-color css

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

 a { background-color: rgb(19,114,96); }

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

border-color css

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

 span { border-color: rgb(19,114,96); }

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