#138461

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

Shades of Deep Sea #138461

Tints of Deep Sea #138461

Color information

#138461 (or 0x138461) is unknown color: approx Deep Sea. HEX triplet: 13, 84 and 61. RGB value is (19,132,97). Sum of RGB (Red+Green+Blue) = 19+132+97=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 132 (51.95% from 255 or 53.23% from 248); Blue value is 97 (38.28% from 255 or 39.11% from 248); Max value from RGB is 132 - color contains mainly: green. Hex color #138461 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138461 is #EC7B9E. Grayscale: #5E5E5E. Windows color (decimal): -15498143 or 6390803. OLE color: 6390803.

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

Color convert

RGB1913297-
CMYK0.8600.270.48
HSL161.42º74.83%29.61%-
HSV(B)161.42º85.61%51.76%-
XYZ10.6817.514.13-
YUV94.22129.5674.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.66%
GREEN value IS 132 (51.95% from 255) = 53.23%
BLUE value IS 97 (38.28% from 255) = 39.11%
R=7.66%
G=53.23%
B=39.11%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal19132970.8600.270.48161.4274.8329.61
Hex1384615601B30a14b1e
Octal232041411260336024111336
Binary10011100001001100001101011001101111000010100001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138461; }

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

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

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

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

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

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

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

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