#128273

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

Shades of Deep Sea #128273

Tints of Deep Sea #128273

Color information

#128273 (or 0x128273) is unknown color: approx Deep Sea. HEX triplet: 12, 82 and 73. RGB value is (18,130,115). Sum of RGB (Red+Green+Blue) = 18+130+115=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 130 (51.17% from 255 or 49.43% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 130 - color contains mainly: green. Hex color #128273 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128273 is #ED7D8C. Grayscale: #5E5E5E. Windows color (decimal): -15564173 or 7569938. OLE color: 7569938.

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

Color convert

RGB18130115-
CMYK0.8600.120.49
HSL171.96º75.68%29.02%-
HSV(B)171.96º86.15%50.98%-
XYZ11.3317.3318.97-
YUV94.8139.3973.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.84%
GREEN value IS 130 (51.17% from 255) = 49.43%
BLUE value IS 115 (45.31% from 255) = 43.73%
R=6.84%
G=49.43%
B=43.73%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal181301150.8600.120.49171.9675.6829.02
Hex128273560C31ac4c1d
Octal222021631260146125411435
Binary1001010000010111001110101100110011000110101100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128273; }

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

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

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

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

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

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

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

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