Html Css Color HEX #136E58 Deep Sea

📋 copy color: '#136E58'

red 19 ◦ green 110 ◦ blue 88

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

Shades of Deep Sea #136E58

Tints of Deep Sea #136E58

RGB

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

 GREEN value IS 110 (43.36% from 255) = 50.69%

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

R = 8.76%
G = 50.69%
B = 40.55%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.2

 K value IS 0.57

RGB Variations

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

Color information

#136E58 (or 0x136E58) is known color: Deep Sea. HEX triplet: 13, 6E and 58. RGB value is (19,110,88). Sum of RGB (Red+Green+Blue) = 19+110+88=217 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.76% from 217); Green value is 110 (43.36% from 255 or 50.69% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 110 - color contains mainly: green. Hex color #136E58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136E58 is #EC91A7. Grayscale: #505050. Windows color (decimal): -15503784 or 5795347. OLE color: 5795347.

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

Color convert

RGB 19 110 88 -
CMYK 0.83 0 0.2 0.57
HSL 165.49º 0.71% 0.25% -
HSV(B) 165.49º 0.83% 0.43% -
XYZ 7.61 11.99 11.15 -
YUV 80.28 132.35 84.29 -
System Red Green Blue C M Y K H S L
Decimal 19 110 88 0.83 0 0.2 0.57 165.49 0.71 0.25
Hex 13 6E 58 53 0 14 39 A5 47 19
Octal 23 156 130 123 0 24 71 245 107 31
Binary 10011 1101110 1011000 1010011 0 10100 111001 10100101 1000111 11001

Color Harmonies of #136E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136E58

Black with #136E58

Text Example


Text Example

White with #136E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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