#127F68

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

Shades of Deep Sea #127F68

Tints of Deep Sea #127F68

Color information

#127F68 (or 0x127F68) is unknown color: approx Deep Sea. HEX triplet: 12, 7F and 68. RGB value is (18,127,104). Sum of RGB (Red+Green+Blue) = 18+127+104=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 127 (50% from 255 or 51.00% from 249); Blue value is 104 (41.02% from 255 or 41.77% from 249); Max value from RGB is 127 - color contains mainly: green. Hex color #127F68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127F68 is #ED8097. Grayscale: #5B5B5B. Windows color (decimal): -15564952 or 6848274. OLE color: 6848274.

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

Color convert

RGB18127104-
CMYK0.8600.180.50
HSL167.34º75.17%28.43%-
HSV(B)167.34º85.83%49.8%-
XYZ10.3416.3115.7-
YUV91.79134.8975.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.23%
GREEN value IS 127 (50% from 255) = 51.00%
BLUE value IS 104 (41.02% from 255) = 41.77%
R=7.23%
G=51.00%
B=41.77%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal181271040.8600.180.50167.3475.1728.43
Hex127F685601232a74b1c
Octal221771501260226224711334
Binary1001011111111101000101011001001011001010100111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,127,104); }

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

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

 a { background-color: rgb(18,127,104); }

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

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

 span { border-color: rgb(18,127,104); }

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