#127467

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

Shades of Deep Sea #127467

Tints of Deep Sea #127467

Color information

#127467 (or 0x127467) is unknown color: approx Deep Sea. HEX triplet: 12, 74 and 67. RGB value is (18,116,103). Sum of RGB (Red+Green+Blue) = 18+116+103=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 116 (45.70% from 255 or 48.95% from 237); Blue value is 103 (40.62% from 255 or 43.46% from 237); Max value from RGB is 116 - color contains mainly: green. Hex color #127467 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127467 is #ED8B98. Grayscale: #555555. Windows color (decimal): -15567769 or 6779922. OLE color: 6779922.

HSL color Cylindrical-coordinate representation of color #127467: hue angle of 172.04º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127467 is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB18116103-
CMYK0.8400.110.55
HSL172.04º73.13%26.27%-
HSV(B)172.04º84.48%45.49%-
XYZ8.9413.614.99-
YUV85.22138.0380.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.59%
GREEN value IS 116 (45.70% from 255) = 48.95%
BLUE value IS 103 (40.62% from 255) = 43.46%
R=7.59%
G=48.95%
B=43.46%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal181161030.8400.110.55172.0473.1326.27
Hex127467540B37ac491a
Octal221641471240136725411132
Binary100101110100110011110101000101111011110101100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127467; }

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

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

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

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

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

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

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

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