#128260

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

Shades of Deep Sea #128260

Tints of Deep Sea #128260

Color information

#128260 (or 0x128260) is unknown color: approx Deep Sea. HEX triplet: 12, 82 and 60. RGB value is (18,130,96). Sum of RGB (Red+Green+Blue) = 18+130+96=244 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.38% from 244); Green value is 130 (51.17% from 255 or 53.28% from 244); Blue value is 96 (37.89% from 255 or 39.34% from 244); Max value from RGB is 130 - color contains mainly: green. Hex color #128260 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128260 is #ED7D9F. Grayscale: #5C5C5C. Windows color (decimal): -15564192 or 6324754. OLE color: 6324754.

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

Color convert

RGB1813096-
CMYK0.8600.260.49
HSL161.79º75.68%29.02%-
HSV(B)161.79º86.15%50.98%-
XYZ10.3416.9413.79-
YUV92.64129.8974.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.38%
GREEN value IS 130 (51.17% from 255) = 53.28%
BLUE value IS 96 (37.89% from 255) = 39.34%
R=7.38%
G=53.28%
B=39.34%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18130960.8600.260.49161.7975.6829.02
Hex1282605601A31a24c1d
Octal222021401260326124211435
Binary10010100000101100000101011001101011000110100010100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128260; }

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

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

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

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

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

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

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

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