#127D6D

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

Shades of Deep Sea #127D6D

Tints of Deep Sea #127D6D

Color information

#127D6D (or 0x127D6D) is unknown color: approx Deep Sea. HEX triplet: 12, 7D and 6D. RGB value is (18,125,109). Sum of RGB (Red+Green+Blue) = 18+125+109=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 125 (49.22% from 255 or 49.60% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 125 - color contains mainly: green. Hex color #127D6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127D6D is #ED8292. Grayscale: #5B5B5B. Windows color (decimal): -15565459 or 7175442. OLE color: 7175442.

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

Color convert

RGB18125109-
CMYK0.8600.130.51
HSL171.03º74.83%28.04%-
HSV(B)171.03º85.6%49.02%-
XYZ10.3415.916.99-
YUV91.18138.0575.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.14%
GREEN value IS 125 (49.22% from 255) = 49.60%
BLUE value IS 109 (42.97% from 255) = 43.25%
R=7.14%
G=49.60%
B=43.25%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal181251090.8600.130.51171.0374.8328.04
Hex127D6D560D33ab4b1c
Octal221751551260156325311334
Binary100101111101110110110101100110111001110101011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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