#138270

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

Shades of Deep Sea #138270

Tints of Deep Sea #138270

Color information

#138270 (or 0x138270) is unknown color: approx Deep Sea. HEX triplet: 13, 82 and 70. RGB value is (19,130,112). Sum of RGB (Red+Green+Blue) = 19+130+112=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 130 (51.17% from 255 or 49.81% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 130 - color contains mainly: green. Hex color #138270 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138270 is #EC7D8F. Grayscale: #5E5E5E. Windows color (decimal): -15498640 or 7373331. OLE color: 7373331.

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

Color convert

RGB19130112-
CMYK0.8500.140.49
HSL170.27º74.5%29.22%-
HSV(B)170.27º85.38%50.98%-
XYZ11.1817.2718.07-
YUV94.76137.7373.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.28%
GREEN value IS 130 (51.17% from 255) = 49.81%
BLUE value IS 112 (44.14% from 255) = 42.91%
R=7.28%
G=49.81%
B=42.91%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal191301120.8500.140.49170.2774.529.22
Hex138270550E31aa4a1d
Octal232021601250166125211235
Binary1001110000010111000010101010111011000110101010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138270; }

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

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

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

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

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

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

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

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