Html Css Color HEX #138761 Deep Sea

📋 copy color: '#138761'

red 19 ◦ green 135 ◦ blue 97

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

Shades of Deep Sea #138761

Tints of Deep Sea #138761

RGB

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

 GREEN value IS 135 (53.13% from 255) = 53.78%

 BLUE value IS 97 (38.28% from 255) = 38.65%

R = 7.57%
G = 53.78%
B = 38.65%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#138761 (or 0x138761) is known color: Deep Sea. HEX triplet: 13, 87 and 61. RGB value is (19,135,97). Sum of RGB (Red+Green+Blue) = 19+135+97=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 135 (53.12% from 255 or 53.78% from 251); Blue value is 97 (38.28% from 255 or 38.65% from 251); Max value from RGB is 135 - color contains mainly: green. Hex color #138761 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138761 is #EC789E. Grayscale: #606060. Windows color (decimal): -15497375 or 6391571. OLE color: 6391571.

HSL color Cylindrical-coordinate representation of color #138761: hue angle of 160.34º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138761 is Cyan = 0.86, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 135 97 -
CMYK 0.86 0 0.28 0.47
HSL 160.34º 0.75% 0.3% -
HSV(B) 160.34º 0.86% 0.53% -
XYZ 11.09 18.33 14.26 -
YUV 95.98 128.57 73.09 -
System Red Green Blue C M Y K H S L
Decimal 19 135 97 0.86 0 0.28 0.47 160.34 0.75 0.3
Hex 13 87 61 56 0 1C 2F A0 4B 1E
Octal 23 207 141 126 0 34 57 240 113 36
Binary 10011 10000111 1100001 1010110 0 11100 101111 10100000 1001011 11110

Color Harmonies of #138761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138761

Black with #138761

Text Example


Text Example

White with #138761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138761; }

 p { color: rgb(19,135,97); }

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

background-color css

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

 a { background-color: rgb(19,135,97); }

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

border-color css

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

 span { border-color: rgb(19,135,97); }

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