#138662

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

Shades of Deep Sea #138662

Tints of Deep Sea #138662

Color information

#138662 (or 0x138662) is unknown color: approx Deep Sea. HEX triplet: 13, 86 and 62. RGB value is (19,134,98). Sum of RGB (Red+Green+Blue) = 19+134+98=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 134 (52.73% from 255 or 53.39% from 251); Blue value is 98 (38.67% from 255 or 39.04% from 251); Max value from RGB is 134 - color contains mainly: green. Hex color #138662 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138662 is #EC799D. Grayscale: #5F5F5F. Windows color (decimal): -15497630 or 6456851. OLE color: 6456851.

HSL color Cylindrical-coordinate representation of color #138662: hue angle of 161.22º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138662 is Cyan = 0.86, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB1913498-
CMYK0.8600.270.47
HSL161.22º75.16%30%-
HSV(B)161.22º85.82%52.55%-
XYZ1118.0714.46-
YUV95.51129.473.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.57%
GREEN value IS 134 (52.73% from 255) = 53.39%
BLUE value IS 98 (38.67% from 255) = 39.04%
R=7.57%
G=53.39%
B=39.04%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal19134980.8600.270.47161.2275.1630
Hex1386625601B2Fa14b1e
Octal232061421260335724111336
Binary10011100001101100010101011001101110111110100001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138662; }

 p { color: rgb(19,134,98); }

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

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

 a { background-color: rgb(19,134,98); }

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

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

 span { border-color: rgb(19,134,98); }

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