Html Css Color HEX #136F58 Deep Sea

📋 copy color: '#136F58'

red 19 ◦ green 111 ◦ blue 88

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

Shades of Deep Sea #136F58

Tints of Deep Sea #136F58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 40.37%

R = 8.72%
G = 50.92%
B = 40.37%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#136F58 (or 0x136F58) is known color: Deep Sea. HEX triplet: 13, 6F and 58. RGB value is (19,111,88). Sum of RGB (Red+Green+Blue) = 19+111+88=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 111 (43.75% from 255 or 50.92% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 111 - color contains mainly: green. Hex color #136F58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136F58 is #EC90A7. Grayscale: #505050. Windows color (decimal): -15503528 or 5795603. OLE color: 5795603.

HSL color Cylindrical-coordinate representation of color #136F58: hue angle of 165º 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 #136F58 is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 111 88 -
CMYK 0.83 0 0.21 0.56
HSL 165º 0.71% 0.25% -
HSV(B) 165º 0.83% 0.44% -
XYZ 7.71 12.21 11.18 -
YUV 80.87 132.02 83.87 -
System Red Green Blue C M Y K H S L
Decimal 19 111 88 0.83 0 0.21 0.56 165 0.71 0.25
Hex 13 6F 58 53 0 15 38 A5 47 19
Octal 23 157 130 123 0 25 70 245 107 31
Binary 10011 1101111 1011000 1010011 0 10101 111000 10100101 1000111 11001

Color Harmonies of #136F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136F58

Black with #136F58

Text Example


Text Example

White with #136F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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