Html Css Color HEX #138170 Deep Sea

📋 copy color: '#138170'

red 19 ◦ green 129 ◦ blue 112

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

Shades of Deep Sea #138170

Tints of Deep Sea #138170

RGB

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

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

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

R = 7.31%
G = 49.62%
B = 43.08%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#138170 (or 0x138170) is known color: Deep Sea. HEX triplet: 13, 81 and 70. RGB value is (19,129,112). Sum of RGB (Red+Green+Blue) = 19+129+112=260 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.31% from 260); Green value is 129 (50.78% from 255 or 49.62% from 260); Blue value is 112 (44.14% from 255 or 43.08% from 260); Max value from RGB is 129 - color contains mainly: green. Hex color #138170 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138170 is #EC7E8F. Grayscale: #5E5E5E. Windows color (decimal): -15498896 or 7373075. OLE color: 7373075.

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

Color convert

RGB 19 129 112 -
CMYK 0.85 0 0.13 0.49
HSL 170.73º 0.74% 0.29% -
HSV(B) 170.73º 0.85% 0.51% -
XYZ 11.04 17.01 18.03 -
YUV 94.17 138.06 74.38 -
System Red Green Blue C M Y K H S L
Decimal 19 129 112 0.85 0 0.13 0.49 170.73 0.74 0.29
Hex 13 81 70 55 0 D 31 AB 4A 1D
Octal 23 201 160 125 0 15 61 253 112 35
Binary 10011 10000001 1110000 1010101 0 1101 110001 10101011 1001010 11101

Color Harmonies of #138170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138170

Black with #138170

Text Example


Text Example

White with #138170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138170; }

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

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

background-color css

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

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

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

border-color css

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

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

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