#127667

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

Shades of Deep Sea #127667

Tints of Deep Sea #127667

Color information

#127667 (or 0x127667) is unknown color: approx Deep Sea. HEX triplet: 12, 76 and 67. RGB value is (18,118,103). Sum of RGB (Red+Green+Blue) = 18+118+103=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 118 (46.48% from 255 or 49.37% from 239); Blue value is 103 (40.62% from 255 or 43.10% from 239); Max value from RGB is 118 - color contains mainly: green. Hex color #127667 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127667 is #ED8998. Grayscale: #565656. Windows color (decimal): -15567257 or 6780434. OLE color: 6780434.

HSL color Cylindrical-coordinate representation of color #127667: hue angle of 171º 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 #127667 is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB18118103-
CMYK0.8500.130.54
HSL171º73.53%26.67%-
HSV(B)171º84.75%46.27%-
XYZ9.1814.0615.06-
YUV86.39137.3779.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.53%
GREEN value IS 118 (46.48% from 255) = 49.37%
BLUE value IS 103 (40.62% from 255) = 43.10%
R=7.53%
G=49.37%
B=43.10%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal181181030.8500.130.5417173.5326.67
Hex127667550D36ab4a1b
Octal221661471250156625311233
Binary100101110110110011110101010110111011010101011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127667; }

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

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

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

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

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

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

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

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