#127469

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

Shades of Deep Sea #127469

Tints of Deep Sea #127469

Color information

#127469 (or 0x127469) is unknown color: approx Deep Sea. HEX triplet: 12, 74 and 69. RGB value is (18,116,105). Sum of RGB (Red+Green+Blue) = 18+116+105=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 116 (45.70% from 255 or 48.54% from 239); Blue value is 105 (41.41% from 255 or 43.93% from 239); Max value from RGB is 116 - color contains mainly: green. Hex color #127469 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127469 is #ED8B96. Grayscale: #555555. Windows color (decimal): -15567767 or 6910994. OLE color: 6910994.

HSL color Cylindrical-coordinate representation of color #127469: hue angle of 173.27º 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 #127469 is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB18116105-
CMYK0.8400.090.55
HSL173.27º73.13%26.27%-
HSV(B)173.27º84.48%45.49%-
XYZ9.0413.6415.52-
YUV85.44139.0379.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.53%
GREEN value IS 116 (45.70% from 255) = 48.54%
BLUE value IS 105 (41.41% from 255) = 43.93%
R=7.53%
G=48.54%
B=43.93%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal181161050.8400.090.55173.2773.1326.27
Hex127469540937ad491a
Octal221641511240116725511132
Binary100101110100110100110101000100111011110101101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127469; }

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

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

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

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

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

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

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

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