Html Css Color HEX #138370 Deep Sea

📋 copy color: '#138370'

red 19 ◦ green 131 ◦ blue 112

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

Shades of Deep Sea #138370

Tints of Deep Sea #138370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 42.75%

R = 7.25%
G = 50%
B = 42.75%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#138370 (or 0x138370) is known color: Deep Sea. HEX triplet: 13, 83 and 70. RGB value is (19,131,112). Sum of RGB (Red+Green+Blue) = 19+131+112=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 131 (51.56% from 255 or 50% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 131 - color contains mainly: green. Hex color #138370 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138370 is #EC7C8F. Grayscale: #5F5F5F. Windows color (decimal): -15498384 or 7373587. OLE color: 7373587.

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

Color convert

RGB 19 131 112 -
CMYK 0.85 0 0.15 0.49
HSL 169.82º 0.75% 0.29% -
HSV(B) 169.82º 0.85% 0.51% -
XYZ 11.31 17.54 18.12 -
YUV 95.35 137.39 73.54 -
System Red Green Blue C M Y K H S L
Decimal 19 131 112 0.85 0 0.15 0.49 169.82 0.75 0.29
Hex 13 83 70 55 0 F 31 AA 4B 1D
Octal 23 203 160 125 0 17 61 252 113 35
Binary 10011 10000011 1110000 1010101 0 1111 110001 10101010 1001011 11101

Color Harmonies of #138370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138370

Black with #138370

Text Example


Text Example

White with #138370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138370; }

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

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

background-color css

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

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

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

border-color css

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

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

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