#128364

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

Shades of Deep Sea #128364

Tints of Deep Sea #128364

Color information

#128364 (or 0x128364) is unknown color: approx Deep Sea. HEX triplet: 12, 83 and 64. RGB value is (18,131,100). Sum of RGB (Red+Green+Blue) = 18+131+100=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 131 (51.56% from 255 or 52.61% from 249); Blue value is 100 (39.45% from 255 or 40.16% from 249); Max value from RGB is 131 - color contains mainly: green. Hex color #128364 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128364 is #ED7C9B. Grayscale: #5D5D5D. Windows color (decimal): -15563932 or 6587154. OLE color: 6587154.

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

Color convert

RGB18131100-
CMYK0.8600.240.49
HSL163.54º75.84%29.22%-
HSV(B)163.54º86.26%51.37%-
XYZ10.6717.2814.83-
YUV93.68131.5674.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.23%
GREEN value IS 131 (51.56% from 255) = 52.61%
BLUE value IS 100 (39.45% from 255) = 40.16%
R=7.23%
G=52.61%
B=40.16%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal181311000.8600.240.49163.5475.8429.22
Hex1283645601831a44c1d
Octal222031441260306124411435
Binary10010100000111100100101011001100011000110100100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128364; }

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

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

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

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

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

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

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

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