Html Css Color HEX #138860 Deep Sea

📋 copy color: '#138860'

red 19 ◦ green 136 ◦ blue 96

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

Shades of Deep Sea #138860

Tints of Deep Sea #138860

RGB

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

 GREEN value IS 136 (53.52% from 255) = 54.18%

 BLUE value IS 96 (37.89% from 255) = 38.25%

R = 7.57%
G = 54.18%
B = 38.25%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#138860 (or 0x138860) is known color: Deep Sea. HEX triplet: 13, 88 and 60. RGB value is (19,136,96). Sum of RGB (Red+Green+Blue) = 19+136+96=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 136 (53.52% from 255 or 54.18% from 251); Blue value is 96 (37.89% from 255 or 38.25% from 251); Max value from RGB is 136 - color contains mainly: green. Hex color #138860 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138860 is #EC779F. Grayscale: #606060. Windows color (decimal): -15497120 or 6326291. OLE color: 6326291.

HSL color Cylindrical-coordinate representation of color #138860: hue angle of 159.49º 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 #138860 is Cyan = 0.86, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 136 96 -
CMYK 0.86 0 0.29 0.47
HSL 159.49º 0.75% 0.3% -
HSV(B) 159.49º 0.86% 0.53% -
XYZ 11.18 18.59 14.07 -
YUV 96.46 127.74 72.75 -
System Red Green Blue C M Y K H S L
Decimal 19 136 96 0.86 0 0.29 0.47 159.49 0.75 0.3
Hex 13 88 60 56 0 1D 2F 9F 4B 1E
Octal 23 210 140 126 0 35 57 237 113 36
Binary 10011 10001000 1100000 1010110 0 11101 101111 10011111 1001011 11110

Color Harmonies of #138860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138860

Black with #138860

Text Example


Text Example

White with #138860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138860; }

 p { color: rgb(19,136,96); }

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

background-color css

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

 a { background-color: rgb(19,136,96); }

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

border-color css

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

 span { border-color: rgb(19,136,96); }

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