Html Css Color HEX #138561 Deep Sea

📋 copy color: '#138561'

red 19 ◦ green 133 ◦ blue 97

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

Shades of Deep Sea #138561

Tints of Deep Sea #138561

RGB

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

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

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

R = 7.63%
G = 53.41%
B = 38.96%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#138561 (or 0x138561) is known color: Deep Sea. HEX triplet: 13, 85 and 61. RGB value is (19,133,97). Sum of RGB (Red+Green+Blue) = 19+133+97=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 133 (52.34% from 255 or 53.41% from 249); Blue value is 97 (38.28% from 255 or 38.96% from 249); Max value from RGB is 133 - color contains mainly: green. Hex color #138561 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138561 is #EC7A9E. Grayscale: #5E5E5E. Windows color (decimal): -15497887 or 6391059. OLE color: 6391059.

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

Color convert

RGB 19 133 97 -
CMYK 0.86 0 0.27 0.48
HSL 161.05º 0.75% 0.3% -
HSV(B) 161.05º 0.86% 0.52% -
XYZ 10.81 17.78 14.17 -
YUV 94.81 129.23 73.93 -
System Red Green Blue C M Y K H S L
Decimal 19 133 97 0.86 0 0.27 0.48 161.05 0.75 0.3
Hex 13 85 61 56 0 1B 30 A1 4B 1E
Octal 23 205 141 126 0 33 60 241 113 36
Binary 10011 10000101 1100001 1010110 0 11011 110000 10100001 1001011 11110

Color Harmonies of #138561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138561

Black with #138561

Text Example


Text Example

White with #138561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138561; }

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

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

background-color css

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

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

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

border-color css

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

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

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