Html Css Color HEX #138161 Deep Sea

📋 copy color: '#138161'

red 19 ◦ green 129 ◦ blue 97

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

Shades of Deep Sea #138161

Tints of Deep Sea #138161

RGB

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

 GREEN value IS 129 (50.78% from 255) = 52.65%

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

R = 7.76%
G = 52.65%
B = 39.59%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#138161 (or 0x138161) is known color: Deep Sea. HEX triplet: 13, 81 and 61. RGB value is (19,129,97). Sum of RGB (Red+Green+Blue) = 19+129+97=245 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.76% from 245); Green value is 129 (50.78% from 255 or 52.65% from 245); Blue value is 97 (38.28% from 255 or 39.59% from 245); Max value from RGB is 129 - color contains mainly: green. Hex color #138161 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138161 is #EC7E9E. Grayscale: #5C5C5C. Windows color (decimal): -15498911 or 6390035. OLE color: 6390035.

HSL color Cylindrical-coordinate representation of color #138161: hue angle of 162.55º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138161 is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 129 97 -
CMYK 0.85 0 0.25 0.49
HSL 162.55º 0.74% 0.29% -
HSV(B) 162.55º 0.85% 0.51% -
XYZ 10.28 16.7 13.99 -
YUV 92.46 130.56 75.6 -
System Red Green Blue C M Y K H S L
Decimal 19 129 97 0.85 0 0.25 0.49 162.55 0.74 0.29
Hex 13 81 61 55 0 19 31 A3 4A 1D
Octal 23 201 141 125 0 31 61 243 112 35
Binary 10011 10000001 1100001 1010101 0 11001 110001 10100011 1001010 11101

Color Harmonies of #138161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138161

Black with #138161

Text Example


Text Example

White with #138161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138161; }

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

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

background-color css

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

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

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

border-color css

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

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

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