#127D6F

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

Shades of Deep Sea #127D6F

Tints of Deep Sea #127D6F

Color information

#127D6F (or 0x127D6F) is unknown color: approx Deep Sea. HEX triplet: 12, 7D and 6F. RGB value is (18,125,111). Sum of RGB (Red+Green+Blue) = 18+125+111=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 125 (49.22% from 255 or 49.21% from 254); Blue value is 111 (43.75% from 255 or 43.70% from 254); Max value from RGB is 125 - color contains mainly: green. Hex color #127D6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127D6F is #ED8290. Grayscale: #5B5B5B. Windows color (decimal): -15565457 or 7306514. OLE color: 7306514.

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

Color convert

RGB18125111-
CMYK0.8600.110.51
HSL172.15º74.83%28.04%-
HSV(B)172.15º85.6%49.02%-
XYZ10.4515.9417.57-
YUV91.41139.0575.64-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.09%
GREEN value IS 125 (49.22% from 255) = 49.21%
BLUE value IS 111 (43.75% from 255) = 43.70%
R=7.09%
G=49.21%
B=43.70%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal181251110.8600.110.51172.1574.8328.04
Hex127D6F560B33ac4b1c
Octal221751571260136325411334
Binary100101111101110111110101100101111001110101100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,125,111); }

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

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

 a { background-color: rgb(18,125,111); }

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

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

 span { border-color: rgb(18,125,111); }

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