#127260

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

Shades of Deep Sea #127260

Tints of Deep Sea #127260

Color information

#127260 (or 0x127260) is unknown color: approx Deep Sea. HEX triplet: 12, 72 and 60. RGB value is (18,114,96). Sum of RGB (Red+Green+Blue) = 18+114+96=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 114 (44.92% from 255 or 50% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 114 - color contains mainly: green. Hex color #127260 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127260 is #ED8D9F. Grayscale: #535353. Windows color (decimal): -15568288 or 6320658. OLE color: 6320658.

HSL color Cylindrical-coordinate representation of color #127260: hue angle of 168.75º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127260 is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB1811496-
CMYK0.8400.160.55
HSL168.75º72.73%25.88%-
HSV(B)168.75º84.21%44.71%-
XYZ8.3813.0113.14-
YUV83.24135.281.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.89%
GREEN value IS 114 (44.92% from 255) = 50%
BLUE value IS 96 (37.89% from 255) = 42.11%
R=7.89%
G=50%
B=42.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18114960.8400.160.55168.7572.7325.88
Hex1272605401037a9491a
Octal221621401240206725111132
Binary1001011100101100000101010001000011011110101001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127260; }

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

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

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

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

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

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

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

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