#127F70

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

Shades of Deep Sea #127F70

Tints of Deep Sea #127F70

Color information

#127F70 (or 0x127F70) is unknown color: approx Deep Sea. HEX triplet: 12, 7F and 70. RGB value is (18,127,112). Sum of RGB (Red+Green+Blue) = 18+127+112=257 (34% of max value = 765). Red value is 18 (7.42% from 255 or 7.00% from 257); Green value is 127 (50% from 255 or 49.42% from 257); Blue value is 112 (44.14% from 255 or 43.58% from 257); Max value from RGB is 127 - color contains mainly: green. Hex color #127F70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127F70 is #ED808F. Grayscale: #5C5C5C. Windows color (decimal): -15564944 or 7372562. OLE color: 7372562.

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

Color convert

RGB18127112-
CMYK0.8600.120.50
HSL171.74º75.17%28.43%-
HSV(B)171.74º85.83%49.8%-
XYZ10.7616.4817.94-
YUV92.7138.8974.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.00%
GREEN value IS 127 (50% from 255) = 49.42%
BLUE value IS 112 (44.14% from 255) = 43.58%
R=7.00%
G=49.42%
B=43.58%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal181271120.8600.120.50171.7475.1728.43
Hex127F70560C32ac4b1c
Octal221771601260146225411334
Binary100101111111111000010101100110011001010101100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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