#127F6E

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

Shades of Deep Sea #127F6E

Tints of Deep Sea #127F6E

Color information

#127F6E (or 0x127F6E) is unknown color: approx Deep Sea. HEX triplet: 12, 7F and 6E. RGB value is (18,127,110). Sum of RGB (Red+Green+Blue) = 18+127+110=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 127 (50% from 255 or 49.80% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 127 - color contains mainly: green. Hex color #127F6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127F6E is #ED8091. Grayscale: #5C5C5C. Windows color (decimal): -15564946 or 7241490. OLE color: 7241490.

HSL color Cylindrical-coordinate representation of color #127F6E: hue angle of 170.64º 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 #127F6E is Cyan = 0.86, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB18127110-
CMYK0.8600.130.50
HSL170.64º75.17%28.43%-
HSV(B)170.64º85.83%49.8%-
XYZ10.6516.4317.36-
YUV92.47137.8974.88-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.06%
GREEN value IS 127 (50% from 255) = 49.80%
BLUE value IS 110 (43.36% from 255) = 43.14%
R=7.06%
G=49.80%
B=43.14%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal181271100.8600.130.50170.6475.1728.43
Hex127F6E560D32ab4b1c
Octal221771561260156225311334
Binary100101111111110111010101100110111001010101011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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