#128370

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

Shades of Deep Sea #128370

Tints of Deep Sea #128370

Color information

#128370 (or 0x128370) is unknown color: approx Deep Sea. HEX triplet: 12, 83 and 70. RGB value is (18,131,112). Sum of RGB (Red+Green+Blue) = 18+131+112=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 131 (51.56% from 255 or 50.19% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 131 - color contains mainly: green. Hex color #128370 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128370 is #ED7C8F. Grayscale: #5F5F5F. Windows color (decimal): -15563920 or 7373586. OLE color: 7373586.

HSL color Cylindrical-coordinate representation of color #128370: hue angle of 169.91º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128370 is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB18131112-
CMYK0.8600.150.49
HSL169.91º75.84%29.22%-
HSV(B)169.91º86.26%51.37%-
XYZ11.2917.5318.12-
YUV95.05137.5673.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.90%
GREEN value IS 131 (51.56% from 255) = 50.19%
BLUE value IS 112 (44.14% from 255) = 42.91%
R=6.90%
G=50.19%
B=42.91%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal181311120.8600.150.49169.9175.8429.22
Hex128370560F31aa4c1d
Octal222031601260176125211435
Binary1001010000011111000010101100111111000110101010100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128370; }

 p { color: rgb(18,131,112); }

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

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

 a { background-color: rgb(18,131,112); }

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

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

 span { border-color: rgb(18,131,112); }

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