#127261

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

Shades of Deep Sea #127261

Tints of Deep Sea #127261

Color information

#127261 (or 0x127261) is unknown color: approx Deep Sea. HEX triplet: 12, 72 and 61. RGB value is (18,114,97). Sum of RGB (Red+Green+Blue) = 18+114+97=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 114 (44.92% from 255 or 49.78% from 229); Blue value is 97 (38.28% from 255 or 42.36% from 229); Max value from RGB is 114 - color contains mainly: green. Hex color #127261 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127261 is #ED8D9E. Grayscale: #535353. Windows color (decimal): -15568287 or 6386194. OLE color: 6386194.

HSL color Cylindrical-coordinate representation of color #127261: hue angle of 169.38º 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 #127261 is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB1811497-
CMYK0.8400.150.55
HSL169.38º72.73%25.88%-
HSV(B)169.38º84.21%44.71%-
XYZ8.4213.0313.38-
YUV83.36135.781.38-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.86%
GREEN value IS 114 (44.92% from 255) = 49.78%
BLUE value IS 97 (38.28% from 255) = 42.36%
R=7.86%
G=49.78%
B=42.36%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18114970.8400.150.55169.3872.7325.88
Hex127261540F37a9491a
Octal221621411240176725111132
Binary100101110010110000110101000111111011110101001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127261; }

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

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

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

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

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

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

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

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