#128363

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

Shades of Deep Sea #128363

Tints of Deep Sea #128363

Color information

#128363 (or 0x128363) is unknown color: approx Deep Sea. HEX triplet: 12, 83 and 63. RGB value is (18,131,99). Sum of RGB (Red+Green+Blue) = 18+131+99=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 131 (51.56% from 255 or 52.82% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 131 - color contains mainly: green. Hex color #128363 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128363 is #ED7C9C. Grayscale: #5D5D5D. Windows color (decimal): -15563933 or 6521618. OLE color: 6521618.

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

Color convert

RGB1813199-
CMYK0.8600.240.49
HSL163.01º75.84%29.22%-
HSV(B)163.01º86.26%51.37%-
XYZ10.6217.2614.58-
YUV93.56131.0674.1-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.26%
GREEN value IS 131 (51.56% from 255) = 52.82%
BLUE value IS 99 (39.06% from 255) = 39.92%
R=7.26%
G=52.82%
B=39.92%

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
Decimal18131990.8600.240.49163.0175.8429.22
Hex1283635601831a34c1d
Octal222031431260306124311435
Binary10010100000111100011101011001100011000110100011100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128363; }

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

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

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

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

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

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

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

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