#127A5E

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

Shades of Deep Sea #127A5E

Tints of Deep Sea #127A5E

Color information

#127A5E (or 0x127A5E) is unknown color: approx Deep Sea. HEX triplet: 12, 7A and 5E. RGB value is (18,122,94). Sum of RGB (Red+Green+Blue) = 18+122+94=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 122 (48.05% from 255 or 52.14% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 122 - color contains mainly: green. Hex color #127A5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127A5E is #ED85A1. Grayscale: #575757. Windows color (decimal): -15566242 or 6191634. OLE color: 6191634.

HSL color Cylindrical-coordinate representation of color #127A5E: hue angle of 163.85º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127A5E is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.

Color convert

RGB1812294-
CMYK0.8500.230.52
HSL163.85º74.29%27.45%-
HSV(B)163.85º85.25%47.84%-
XYZ9.2314.8612.97-
YUV87.71131.5478.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.69%
GREEN value IS 122 (48.05% from 255) = 52.14%
BLUE value IS 94 (37.11% from 255) = 40.17%
R=7.69%
G=52.14%
B=40.17%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18122940.8500.230.52163.8574.2927.45
Hex127A5E5501734a44a1b
Octal221721361250276424411233
Binary1001011110101011110101010101011111010010100100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,122,94); }

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

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

 a { background-color: rgb(18,122,94); }

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

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

 span { border-color: rgb(18,122,94); }

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