#127A5C

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

Shades of Deep Sea #127A5C

Tints of Deep Sea #127A5C

Color information

#127A5C (or 0x127A5C) is unknown color: approx Deep Sea. HEX triplet: 12, 7A and 5C. RGB value is (18,122,92). Sum of RGB (Red+Green+Blue) = 18+122+92=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 122 (48.05% from 255 or 52.59% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 122 - color contains mainly: green. Hex color #127A5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127A5C is #ED85A3. Grayscale: #575757. Windows color (decimal): -15566244 or 6060562. OLE color: 6060562.

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

Color convert

RGB1812292-
CMYK0.8500.250.52
HSL162.69º74.29%27.45%-
HSV(B)162.69º85.25%47.84%-
XYZ9.1414.8212.5-
YUV87.48130.5478.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.76%
GREEN value IS 122 (48.05% from 255) = 52.59%
BLUE value IS 92 (36.33% from 255) = 39.66%
R=7.76%
G=52.59%
B=39.66%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18122920.8500.250.52162.6974.2927.45
Hex127A5C5501934a34a1b
Octal221721341250316424311233
Binary1001011110101011100101010101100111010010100011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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