#128263

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

Shades of Deep Sea #128263

Tints of Deep Sea #128263

Color information

#128263 (or 0x128263) is unknown color: approx Deep Sea. HEX triplet: 12, 82 and 63. RGB value is (18,130,99). Sum of RGB (Red+Green+Blue) = 18+130+99=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 130 (51.17% from 255 or 52.63% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 130 - color contains mainly: green. Hex color #128263 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128263 is #ED7D9C. Grayscale: #5C5C5C. Windows color (decimal): -15564189 or 6521362. OLE color: 6521362.

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

Color convert

RGB1813099-
CMYK0.8600.240.49
HSL163.39º75.68%29.02%-
HSV(B)163.39º86.15%50.98%-
XYZ10.4816.9914.53-
YUV92.98131.3974.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.29%
GREEN value IS 130 (51.17% from 255) = 52.63%
BLUE value IS 99 (39.06% from 255) = 40.08%
R=7.29%
G=52.63%
B=40.08%

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
Decimal18130990.8600.240.49163.3975.6829.02
Hex1282635601831a34c1d
Octal222021431260306124311435
Binary10010100000101100011101011001100011000110100011100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128263; }

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

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

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

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

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

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

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

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