#128264

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

Shades of Deep Sea #128264

Tints of Deep Sea #128264

Color information

#128264 (or 0x128264) is unknown color: approx Deep Sea. HEX triplet: 12, 82 and 64. RGB value is (18,130,100). Sum of RGB (Red+Green+Blue) = 18+130+100=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 130 (51.17% from 255 or 52.42% from 248); Blue value is 100 (39.45% from 255 or 40.32% from 248); Max value from RGB is 130 - color contains mainly: green. Hex color #128264 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128264 is #ED7D9B. Grayscale: #5D5D5D. Windows color (decimal): -15564188 or 6586898. OLE color: 6586898.

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

Color convert

RGB18130100-
CMYK0.8600.230.49
HSL163.93º75.68%29.02%-
HSV(B)163.93º86.15%50.98%-
XYZ10.5317.0114.79-
YUV93.09131.8974.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.26%
GREEN value IS 130 (51.17% from 255) = 52.42%
BLUE value IS 100 (39.45% from 255) = 40.32%
R=7.26%
G=52.42%
B=40.32%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal181301000.8600.230.49163.9375.6829.02
Hex1282645601731a44c1d
Octal222021441260276124411435
Binary10010100000101100100101011001011111000110100100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128264; }

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

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

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

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

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

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

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

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