#128262

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

Shades of Deep Sea #128262

Tints of Deep Sea #128262

Color information

#128262 (or 0x128262) is unknown color: approx Deep Sea. HEX triplet: 12, 82 and 62. RGB value is (18,130,98). Sum of RGB (Red+Green+Blue) = 18+130+98=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 130 (51.17% from 255 or 52.85% from 246); Blue value is 98 (38.67% from 255 or 39.84% from 246); Max value from RGB is 130 - color contains mainly: green. Hex color #128262 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128262 is #ED7D9D. Grayscale: #5C5C5C. Windows color (decimal): -15564190 or 6455826. OLE color: 6455826.

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

Color convert

RGB1813098-
CMYK0.8600.250.49
HSL162.86º75.68%29.02%-
HSV(B)162.86º86.15%50.98%-
XYZ10.4416.9814.28-
YUV92.86130.8974.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.32%
GREEN value IS 130 (51.17% from 255) = 52.85%
BLUE value IS 98 (38.67% from 255) = 39.84%
R=7.32%
G=52.85%
B=39.84%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18130980.8600.250.49162.8675.6829.02
Hex1282625601931a34c1d
Octal222021421260316124311435
Binary10010100000101100010101011001100111000110100011100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128262; }

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

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

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

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

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

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

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

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