#127668

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

Shades of Deep Sea #127668

Tints of Deep Sea #127668

Color information

#127668 (or 0x127668) is unknown color: approx Deep Sea. HEX triplet: 12, 76 and 68. RGB value is (18,118,104). Sum of RGB (Red+Green+Blue) = 18+118+104=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 118 (46.48% from 255 or 49.17% from 240); Blue value is 104 (41.02% from 255 or 43.33% from 240); Max value from RGB is 118 - color contains mainly: green. Hex color #127668 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127668 is #ED8997. Grayscale: #565656. Windows color (decimal): -15567256 or 6845970. OLE color: 6845970.

HSL color Cylindrical-coordinate representation of color #127668: hue angle of 171.6º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127668 is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB18118104-
CMYK0.8500.120.54
HSL171.6º73.53%26.67%-
HSV(B)171.6º84.75%46.27%-
XYZ9.2314.0815.33-
YUV86.5137.8779.14-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.5%
GREEN value IS 118 (46.48% from 255) = 49.17%
BLUE value IS 104 (41.02% from 255) = 43.33%
R=7.5%
G=49.17%
B=43.33%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal181181040.8500.120.54171.673.5326.67
Hex127668550C36ac4a1b
Octal221661501250146625411233
Binary100101110110110100010101010110011011010101100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127668; }

 p { color: rgb(18,118,104); }

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

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

 a { background-color: rgb(18,118,104); }

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

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

 span { border-color: rgb(18,118,104); }

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