#138070

Color #138070 Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #138070

Tints of Deep Sea #138070

Color information

#138070 (or 0x138070) is unknown color: approx Deep Sea. HEX triplet: 13, 80 and 70. RGB value is (19,128,112). Sum of RGB (Red+Green+Blue) = 19+128+112=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 128 (50.39% from 255 or 49.42% from 259); Blue value is 112 (44.14% from 255 or 43.24% from 259); Max value from RGB is 128 - color contains mainly: green. Hex color #138070 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138070 is #EC7F8F. Grayscale: #5D5D5D. Windows color (decimal): -15499152 or 7372819. OLE color: 7372819.

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

Color convert

RGB19128112-
CMYK0.8500.120.50
HSL171.19º74.15%28.82%-
HSV(B)171.19º85.16%50.2%-
XYZ10.9116.7517.99-
YUV93.58138.3974.8-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.34%
GREEN value IS 128 (50.39% from 255) = 49.42%
BLUE value IS 112 (44.14% from 255) = 43.24%
R=7.34%
G=49.42%
B=43.24%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal191281120.8500.120.50171.1974.1528.82
Hex138070550C32ab4a1d
Octal232001601250146225311235
Binary1001110000000111000010101010110011001010101011100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138070; }

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

 H1.HeaderClassName
 {
   color: #138070;
 }
 .AnyTagClassName
 {
   color: #138070;
 }
</style>
background-color css

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

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

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

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

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

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