#127A6B

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

Shades of Deep Sea #127A6B

Tints of Deep Sea #127A6B

Color information

#127A6B (or 0x127A6B) is unknown color: approx Deep Sea. HEX triplet: 12, 7A and 6B. RGB value is (18,122,107). Sum of RGB (Red+Green+Blue) = 18+122+107=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 122 (48.05% from 255 or 49.39% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 122 - color contains mainly: green. Hex color #127A6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127A6B is #ED8594. Grayscale: #595959. Windows color (decimal): -15566229 or 7043602. OLE color: 7043602.

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

Color convert

RGB18122107-
CMYK0.8500.120.52
HSL171.35º74.29%27.45%-
HSV(B)171.35º85.25%47.84%-
XYZ9.8615.1116.31-
YUV89.19138.0477.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.29%
GREEN value IS 122 (48.05% from 255) = 49.39%
BLUE value IS 107 (42.19% from 255) = 43.32%
R=7.29%
G=49.39%
B=43.32%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal181221070.8500.120.52171.3574.2927.45
Hex127A6B550C34ab4a1b
Octal221721531250146425311233
Binary100101111010110101110101010110011010010101011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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