#127A6C

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

Shades of Deep Sea #127A6C

Tints of Deep Sea #127A6C

Color information

#127A6C (or 0x127A6C) is unknown color: approx Deep Sea. HEX triplet: 12, 7A and 6C. RGB value is (18,122,108). Sum of RGB (Red+Green+Blue) = 18+122+108=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 122 (48.05% from 255 or 49.19% from 248); Blue value is 108 (42.58% from 255 or 43.55% from 248); Max value from RGB is 122 - color contains mainly: green. Hex color #127A6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127A6C is #ED8593. Grayscale: #595959. Windows color (decimal): -15566228 or 7109138. OLE color: 7109138.

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

Color convert

RGB18122108-
CMYK0.8500.110.52
HSL171.92º74.29%27.45%-
HSV(B)171.92º85.25%47.84%-
XYZ9.9215.1316.59-
YUV89.31138.5477.14-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.26%
GREEN value IS 122 (48.05% from 255) = 49.19%
BLUE value IS 108 (42.58% from 255) = 43.55%
R=7.26%
G=49.19%
B=43.55%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal181221080.8500.110.52171.9274.2927.45
Hex127A6C550B34ac4a1b
Octal221721541250136425411233
Binary100101111010110110010101010101111010010101100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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