Html Css Color HEX #138371 Deep Sea

📋 copy color: '#138371'

red 19 ◦ green 131 ◦ blue 113

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

Shades of Deep Sea #138371

Tints of Deep Sea #138371

RGB

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

 GREEN value IS 131 (51.56% from 255) = 49.81%

 BLUE value IS 113 (44.53% from 255) = 42.97%

R = 7.22%
G = 49.81%
B = 42.97%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#138371 (or 0x138371) is known color: Deep Sea. HEX triplet: 13, 83 and 71. RGB value is (19,131,113). Sum of RGB (Red+Green+Blue) = 19+131+113=263 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.22% from 263); Green value is 131 (51.56% from 255 or 49.81% from 263); Blue value is 113 (44.53% from 255 or 42.97% from 263); Max value from RGB is 131 - color contains mainly: green. Hex color #138371 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138371 is #EC7C8E. Grayscale: #5F5F5F. Windows color (decimal): -15498383 or 7439123. OLE color: 7439123.

HSL color Cylindrical-coordinate representation of color #138371: hue angle of 170.36º degrees, saturation: 0.75, 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 #138371 is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 131 113 -
CMYK 0.85 0 0.14 0.49
HSL 170.36º 0.75% 0.29% -
HSV(B) 170.36º 0.85% 0.51% -
XYZ 11.37 17.56 18.41 -
YUV 95.46 137.89 73.46 -
System Red Green Blue C M Y K H S L
Decimal 19 131 113 0.85 0 0.14 0.49 170.36 0.75 0.29
Hex 13 83 71 55 0 E 31 AA 4B 1D
Octal 23 203 161 125 0 16 61 252 113 35
Binary 10011 10000011 1110001 1010101 0 1110 110001 10101010 1001011 11101

Color Harmonies of #138371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138371

Black with #138371

Text Example


Text Example

White with #138371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138371; }

 p { color: rgb(19,131,113); }

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

background-color css

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

 a { background-color: rgb(19,131,113); }

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

border-color css

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

 span { border-color: rgb(19,131,113); }

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