Html Css Color HEX #138560 Deep Sea

📋 copy color: '#138560'

red 19 ◦ green 133 ◦ blue 96

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

Shades of Deep Sea #138560

Tints of Deep Sea #138560

RGB

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

 GREEN value IS 133 (52.34% from 255) = 53.63%

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

R = 7.66%
G = 53.63%
B = 38.71%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#138560 (or 0x138560) is known color: Deep Sea. HEX triplet: 13, 85 and 60. RGB value is (19,133,96). Sum of RGB (Red+Green+Blue) = 19+133+96=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 133 (52.34% from 255 or 53.63% from 248); Blue value is 96 (37.89% from 255 or 38.71% from 248); Max value from RGB is 133 - color contains mainly: green. Hex color #138560 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138560 is #EC7A9F. Grayscale: #5E5E5E. Windows color (decimal): -15497888 or 6325523. OLE color: 6325523.

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

Color convert

RGB 19 133 96 -
CMYK 0.86 0 0.28 0.48
HSL 160.53º 0.75% 0.3% -
HSV(B) 160.53º 0.86% 0.52% -
XYZ 10.77 17.76 13.93 -
YUV 94.7 128.73 74.01 -
System Red Green Blue C M Y K H S L
Decimal 19 133 96 0.86 0 0.28 0.48 160.53 0.75 0.3
Hex 13 85 60 56 0 1C 30 A1 4B 1E
Octal 23 205 140 126 0 34 60 241 113 36
Binary 10011 10000101 1100000 1010110 0 11100 110000 10100001 1001011 11110

Color Harmonies of #138560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138560

Black with #138560

Text Example


Text Example

White with #138560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138560; }

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

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

background-color css

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

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

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

border-color css

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

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

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