#127D67

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

Shades of Deep Sea #127D67

Tints of Deep Sea #127D67

Color information

#127D67 (or 0x127D67) is unknown color: approx Deep Sea. HEX triplet: 12, 7D and 67. RGB value is (18,125,103). Sum of RGB (Red+Green+Blue) = 18+125+103=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 125 (49.22% from 255 or 50.81% from 246); Blue value is 103 (40.62% from 255 or 41.87% from 246); Max value from RGB is 125 - color contains mainly: green. Hex color #127D67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127D67 is #ED8298. Grayscale: #5A5A5A. Windows color (decimal): -15565465 or 6782226. OLE color: 6782226.

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

Color convert

RGB18125103-
CMYK0.8600.180.51
HSL167.66º74.83%28.04%-
HSV(B)167.66º85.6%49.02%-
XYZ10.0315.7815.35-
YUV90.5135.0576.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.32%
GREEN value IS 125 (49.22% from 255) = 50.81%
BLUE value IS 103 (40.62% from 255) = 41.87%
R=7.32%
G=50.81%
B=41.87%

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
Decimal181251030.8600.180.51167.6674.8328.04
Hex127D675601233a84b1c
Octal221751471260226325011334
Binary1001011111011100111101011001001011001110101000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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