#127569

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

Shades of Deep Sea #127569

Tints of Deep Sea #127569

Color information

#127569 (or 0x127569) is unknown color: approx Deep Sea. HEX triplet: 12, 75 and 69. RGB value is (18,117,105). Sum of RGB (Red+Green+Blue) = 18+117+105=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 117 (46.09% from 255 or 48.75% from 240); Blue value is 105 (41.41% from 255 or 43.75% from 240); Max value from RGB is 117 - color contains mainly: green. Hex color #127569 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127569 is #ED8A96. Grayscale: #555555. Windows color (decimal): -15567511 or 6911250. OLE color: 6911250.

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

Color convert

RGB18117105-
CMYK0.8500.100.54
HSL172.73º73.33%26.47%-
HSV(B)172.73º84.62%45.88%-
XYZ9.1613.8715.56-
YUV86.03138.779.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.5%
GREEN value IS 117 (46.09% from 255) = 48.75%
BLUE value IS 105 (41.41% from 255) = 43.75%
R=7.5%
G=48.75%
B=43.75%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal181171050.8500.100.54172.7373.3326.47
Hex127569550A36ad491a
Octal221651511250126625511132
Binary100101110101110100110101010101011011010101101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127569; }

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

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

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

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

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

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

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

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