#138468

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

Shades of Deep Sea #138468

Tints of Deep Sea #138468

Color information

#138468 (or 0x138468) is unknown color: approx Deep Sea. HEX triplet: 13, 84 and 68. RGB value is (19,132,104). Sum of RGB (Red+Green+Blue) = 19+132+104=255 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.45% from 255); Green value is 132 (51.95% from 255 or 51.76% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 132 - color contains mainly: green. Hex color #138468 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138468 is #EC7B97. Grayscale: #5F5F5F. Windows color (decimal): -15498136 or 6849555. OLE color: 6849555.

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

Color convert

RGB19132104-
CMYK0.8600.210.48
HSL165.13º74.83%29.61%-
HSV(B)165.13º85.61%51.76%-
XYZ11.0217.6415.92-
YUV95.02133.0673.78-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.45%
GREEN value IS 132 (51.95% from 255) = 51.76%
BLUE value IS 104 (41.02% from 255) = 40.78%
R=7.45%
G=51.76%
B=40.78%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal191321040.8600.210.48165.1374.8329.61
Hex1384685601530a54b1e
Octal232041501260256024511336
Binary10011100001001101000101011001010111000010100101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138468; }

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

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

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

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

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

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

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

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