#127B6C

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

Shades of Deep Sea #127B6C

Tints of Deep Sea #127B6C

Color information

#127B6C (or 0x127B6C) is unknown color: approx Deep Sea. HEX triplet: 12, 7B and 6C. RGB value is (18,123,108). Sum of RGB (Red+Green+Blue) = 18+123+108=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 123 (48.44% from 255 or 49.40% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 123 - color contains mainly: green. Hex color #127B6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127B6C is #ED8493. Grayscale: #595959. Windows color (decimal): -15565972 or 7109394. OLE color: 7109394.

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

Color convert

RGB18123108-
CMYK0.8500.120.52
HSL171.43º74.47%27.65%-
HSV(B)171.43º85.37%48.24%-
XYZ10.0415.3816.63-
YUV89.9138.2176.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.23%
GREEN value IS 123 (48.44% from 255) = 49.40%
BLUE value IS 108 (42.58% from 255) = 43.37%
R=7.23%
G=49.40%
B=43.37%

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
Decimal181231080.8500.120.52171.4374.4727.65
Hex127B6C550C34ab4a1c
Octal221731541250146425311234
Binary100101111011110110010101010110011010010101011100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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