Html Css Color HEX #136F5B Deep Sea

📋 copy color: '#136F5B'

red 19 ◦ green 111 ◦ blue 91

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

Shades of Deep Sea #136F5B

Tints of Deep Sea #136F5B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 50.23%

 BLUE value IS 91 (35.94% from 255) = 41.18%

R = 8.6%
G = 50.23%
B = 41.18%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#136F5B (or 0x136F5B) is known color: Deep Sea. HEX triplet: 13, 6F and 5B. RGB value is (19,111,91). Sum of RGB (Red+Green+Blue) = 19+111+91=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 111 (43.75% from 255 or 50.23% from 221); Blue value is 91 (35.94% from 255 or 41.18% from 221); Max value from RGB is 111 - color contains mainly: green. Hex color #136F5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136F5B is #EC90A4. Grayscale: #515151. Windows color (decimal): -15503525 or 5992211. OLE color: 5992211.

HSL color Cylindrical-coordinate representation of color #136F5B: hue angle of 166.96º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136F5B is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 111 91 -
CMYK 0.83 0 0.18 0.56
HSL 166.96º 0.71% 0.25% -
HSV(B) 166.96º 0.83% 0.44% -
XYZ 7.84 12.26 11.85 -
YUV 81.21 133.52 83.63 -
System Red Green Blue C M Y K H S L
Decimal 19 111 91 0.83 0 0.18 0.56 166.96 0.71 0.25
Hex 13 6F 5B 53 0 12 38 A7 47 19
Octal 23 157 133 123 0 22 70 247 107 31
Binary 10011 1101111 1011011 1010011 0 10010 111000 10100111 1000111 11001

Color Harmonies of #136F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136F5B

Black with #136F5B

Text Example


Text Example

White with #136F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136F5B; }

 p { color: rgb(19,111,91); }

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

background-color css

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

 a { background-color: rgb(19,111,91); }

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

border-color css

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

 span { border-color: rgb(19,111,91); }

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