#127F71

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

Shades of Deep Sea #127F71

Tints of Deep Sea #127F71

Color information

#127F71 (or 0x127F71) is unknown color: approx Deep Sea. HEX triplet: 12, 7F and 71. RGB value is (18,127,113). Sum of RGB (Red+Green+Blue) = 18+127+113=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 127 (50% from 255 or 49.22% from 258); Blue value is 113 (44.53% from 255 or 43.80% from 258); Max value from RGB is 127 - color contains mainly: green. Hex color #127F71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127F71 is #ED808E. Grayscale: #5C5C5C. Windows color (decimal): -15564943 or 7438098. OLE color: 7438098.

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

Color convert

RGB18127113-
CMYK0.8600.110.50
HSL172.29º75.17%28.43%-
HSV(B)172.29º85.83%49.8%-
XYZ10.8216.518.24-
YUV92.81139.3974.64-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.98%
GREEN value IS 127 (50% from 255) = 49.22%
BLUE value IS 113 (44.53% from 255) = 43.80%
R=6.98%
G=49.22%
B=43.80%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal181271130.8600.110.50172.2975.1728.43
Hex127F71560B32ac4b1c
Octal221771611260136225411334
Binary100101111111111000110101100101111001010101100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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