Html Css Color HEX #137667 Deep Sea

📋 copy color: '#137667'

red 19 ◦ green 118 ◦ blue 103

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

Shades of Deep Sea #137667

Tints of Deep Sea #137667

RGB

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

 GREEN value IS 118 (46.48% from 255) = 49.17%

 BLUE value IS 103 (40.63% from 255) = 42.92%

R = 7.92%
G = 49.17%
B = 42.92%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#137667 (or 0x137667) is known color: Deep Sea. HEX triplet: 13, 76 and 67. RGB value is (19,118,103). Sum of RGB (Red+Green+Blue) = 19+118+103=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 118 (46.48% from 255 or 49.17% from 240); Blue value is 103 (40.62% from 255 or 42.92% from 240); Max value from RGB is 118 - color contains mainly: green. Hex color #137667 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137667 is #EC8998. Grayscale: #565656. Windows color (decimal): -15501721 or 6780435. OLE color: 6780435.

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

Color convert

RGB 19 118 103 -
CMYK 0.84 0 0.13 0.54
HSL 170.91º 0.72% 0.27% -
HSV(B) 170.91º 0.84% 0.46% -
XYZ 9.2 14.07 15.06 -
YUV 86.69 137.2 79.72 -
System Red Green Blue C M Y K H S L
Decimal 19 118 103 0.84 0 0.13 0.54 170.91 0.72 0.27
Hex 13 76 67 54 0 D 36 AB 48 1B
Octal 23 166 147 124 0 15 66 253 110 33
Binary 10011 1110110 1100111 1010100 0 1101 110110 10101011 1001000 11011

Color Harmonies of #137667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137667

Black with #137667

Text Example


Text Example

White with #137667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137667; }

 p { color: rgb(19,118,103); }

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

background-color css

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

 a { background-color: rgb(19,118,103); }

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

border-color css

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

 span { border-color: rgb(19,118,103); }

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