#127D66

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

Shades of Deep Sea #127D66

Tints of Deep Sea #127D66

Color information

#127D66 (or 0x127D66) is unknown color: approx Deep Sea. HEX triplet: 12, 7D and 66. RGB value is (18,125,102). Sum of RGB (Red+Green+Blue) = 18+125+102=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 125 (49.22% from 255 or 51.02% from 245); Blue value is 102 (40.23% from 255 or 41.63% from 245); Max value from RGB is 125 - color contains mainly: green. Hex color #127D66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127D66 is #ED8299. Grayscale: #5A5A5A. Windows color (decimal): -15565466 or 6716690. OLE color: 6716690.

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

Color convert

RGB18125102-
CMYK0.8600.180.51
HSL167.1º74.83%28.04%-
HSV(B)167.1º85.6%49.02%-
XYZ9.9815.7615.09-
YUV90.38134.5576.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.35%
GREEN value IS 125 (49.22% from 255) = 51.02%
BLUE value IS 102 (40.23% from 255) = 41.63%
R=7.35%
G=51.02%
B=41.63%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal181251020.8600.180.51167.174.8328.04
Hex127D665601233a74b1c
Octal221751461260226324711334
Binary1001011111011100110101011001001011001110100111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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