#127F5E

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

Shades of Deep Sea #127F5E

Tints of Deep Sea #127F5E

Color information

#127F5E (or 0x127F5E) is unknown color: approx Deep Sea. HEX triplet: 12, 7F and 5E. RGB value is (18,127,94). Sum of RGB (Red+Green+Blue) = 18+127+94=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 127 (50% from 255 or 53.14% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 127 - color contains mainly: green. Hex color #127F5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127F5E is #ED80A1. Grayscale: #5A5A5A. Windows color (decimal): -15564962 or 6192914. OLE color: 6192914.

HSL color Cylindrical-coordinate representation of color #127F5E: hue angle of 161.83º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127F5E is Cyan = 0.86, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB1812794-
CMYK0.8600.260.50
HSL161.83º75.17%28.43%-
HSV(B)161.83º85.83%49.8%-
XYZ9.8616.1213.18-
YUV90.65129.8976.18-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.53%
GREEN value IS 127 (50% from 255) = 53.14%
BLUE value IS 94 (37.11% from 255) = 39.33%
R=7.53%
G=53.14%
B=39.33%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal18127940.8600.260.50161.8375.1728.43
Hex127F5E5601A32a24b1c
Octal221771361260326224211334
Binary1001011111111011110101011001101011001010100010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127F5E; }

 p { color: rgb(18,127,94); }

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

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

 a { background-color: rgb(18,127,94); }

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

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

 span { border-color: rgb(18,127,94); }

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