#138661

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

Shades of Deep Sea #138661

Tints of Deep Sea #138661

Color information

#138661 (or 0x138661) is unknown color: approx Deep Sea. HEX triplet: 13, 86 and 61. RGB value is (19,134,97). Sum of RGB (Red+Green+Blue) = 19+134+97=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 134 (52.73% from 255 or 53.6% from 250); Blue value is 97 (38.28% from 255 or 38.8% from 250); Max value from RGB is 134 - color contains mainly: green. Hex color #138661 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138661 is #EC799E. Grayscale: #5F5F5F. Windows color (decimal): -15497631 or 6391315. OLE color: 6391315.

HSL color Cylindrical-coordinate representation of color #138661: hue angle of 160.7º 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 #138661 is Cyan = 0.86, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB1913497-
CMYK0.8600.280.47
HSL160.7º75.16%30%-
HSV(B)160.7º85.82%52.55%-
XYZ10.9518.0514.22-
YUV95.4128.973.51-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.6%
GREEN value IS 134 (52.73% from 255) = 53.6%
BLUE value IS 97 (38.28% from 255) = 38.8%
R=7.6%
G=53.6%
B=38.8%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal19134970.8600.280.47160.775.1630
Hex1386615601C2Fa14b1e
Octal232061411260345724111336
Binary10011100001101100001101011001110010111110100001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138661; }

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

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

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

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

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

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

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

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