#128071

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

Shades of Deep Sea #128071

Tints of Deep Sea #128071

Color information

#128071 (or 0x128071) is unknown color: approx Deep Sea. HEX triplet: 12, 80 and 71. RGB value is (18,128,113). Sum of RGB (Red+Green+Blue) = 18+128+113=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 128 (50.39% from 255 or 49.42% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 128 - color contains mainly: green. Hex color #128071 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128071 is #ED7F8E. Grayscale: #5D5D5D. Windows color (decimal): -15564687 or 7438354. OLE color: 7438354.

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

Color convert

RGB18128113-
CMYK0.8600.120.50
HSL171.82º75.34%28.63%-
HSV(B)171.82º85.94%50.2%-
XYZ10.9516.7618.28-
YUV93.4139.0674.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.95%
GREEN value IS 128 (50.39% from 255) = 49.42%
BLUE value IS 113 (44.53% from 255) = 43.63%
R=6.95%
G=49.42%
B=43.63%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal181281130.8600.120.50171.8275.3428.63
Hex128071560C32ac4b1d
Octal222001611260146225411335
Binary1001010000000111000110101100110011001010101100100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128071; }

 p { color: rgb(18,128,113); }

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

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

 a { background-color: rgb(18,128,113); }

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

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

 span { border-color: rgb(18,128,113); }

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