#138467

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

Shades of Deep Sea #138467

Tints of Deep Sea #138467

Color information

#138467 (or 0x138467) is unknown color: approx Deep Sea. HEX triplet: 13, 84 and 67. RGB value is (19,132,103). Sum of RGB (Red+Green+Blue) = 19+132+103=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 132 (51.95% from 255 or 51.97% from 254); Blue value is 103 (40.62% from 255 or 40.55% from 254); Max value from RGB is 132 - color contains mainly: green. Hex color #138467 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138467 is #EC7B98. Grayscale: #5E5E5E. Windows color (decimal): -15498137 or 6784019. OLE color: 6784019.

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

Color convert

RGB19132103-
CMYK0.8600.220.48
HSL164.6º74.83%29.61%-
HSV(B)164.6º85.61%51.76%-
XYZ10.9717.6215.65-
YUV94.91132.5673.86-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.48%
GREEN value IS 132 (51.95% from 255) = 51.97%
BLUE value IS 103 (40.62% from 255) = 40.55%
R=7.48%
G=51.97%
B=40.55%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal191321030.8600.220.48164.674.8329.61
Hex1384675601630a54b1e
Octal232041471260266024511336
Binary10011100001001100111101011001011011000010100101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138467; }

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

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

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

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

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

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

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

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