#158068

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

Shades of Deep Sea #158068

Tints of Deep Sea #158068

Color information

#158068 (or 0x158068) is unknown color: approx Deep Sea. HEX triplet: 15, 80 and 68. RGB value is (21,128,104). Sum of RGB (Red+Green+Blue) = 21+128+104=253 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.30% from 253); Green value is 128 (50.39% from 255 or 50.59% from 253); Blue value is 104 (41.02% from 255 or 41.11% from 253); Max value from RGB is 128 - color contains mainly: green. Hex color #158068 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158068 is #EA7F97. Grayscale: #5D5D5D. Windows color (decimal): -15368088 or 6848533. OLE color: 6848533.

HSL color Cylindrical-coordinate representation of color #158068: hue angle of 166.54º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #158068 is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.

Color convert

RGB21128104-
CMYK0.8400.190.50
HSL166.54º71.81%29.22%-
HSV(B)166.54º83.59%50.2%-
XYZ10.5316.615.75-
YUV93.27134.0576.45-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.30%
GREEN value IS 128 (50.39% from 255) = 50.59%
BLUE value IS 104 (41.02% from 255) = 41.11%
R=8.30%
G=50.59%
B=41.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal211281040.8400.190.50166.5471.8129.22
Hex1580685401332a7481d
Octal252001501240236224711035
Binary10101100000001101000101010001001111001010100111100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158068; }

 p { color: rgb(21,128,104); }

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

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

 a { background-color: rgb(21,128,104); }

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

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

 span { border-color: rgb(21,128,104); }

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