#127C6E

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

Shades of Deep Sea #127C6E

Tints of Deep Sea #127C6E

Color information

#127C6E (or 0x127C6E) is unknown color: approx Deep Sea. HEX triplet: 12, 7C and 6E. RGB value is (18,124,110). Sum of RGB (Red+Green+Blue) = 18+124+110=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 124 (48.83% from 255 or 49.21% from 252); Blue value is 110 (43.36% from 255 or 43.65% from 252); Max value from RGB is 124 - color contains mainly: green. Hex color #127C6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127C6E is #ED8391. Grayscale: #5A5A5A. Windows color (decimal): -15565714 or 7240722. OLE color: 7240722.

HSL color Cylindrical-coordinate representation of color #127C6E: hue angle of 172.08º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127C6E is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB18124110-
CMYK0.8500.110.51
HSL172.08º74.65%27.84%-
HSV(B)172.08º85.48%48.63%-
XYZ10.2715.6717.24-
YUV90.71138.8876.14-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.14%
GREEN value IS 124 (48.83% from 255) = 49.21%
BLUE value IS 110 (43.36% from 255) = 43.65%
R=7.14%
G=49.21%
B=43.65%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal181241100.8500.110.51172.0874.6527.84
Hex127C6E550B33ac4b1c
Octal221741561250136325411334
Binary100101111100110111010101010101111001110101100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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