#128569

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

Shades of Deep Sea #128569

Tints of Deep Sea #128569

Color information

#128569 (or 0x128569) is unknown color: approx Deep Sea. HEX triplet: 12, 85 and 69. RGB value is (18,133,105). Sum of RGB (Red+Green+Blue) = 18+133+105=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 133 (52.34% from 255 or 51.95% from 256); Blue value is 105 (41.41% from 255 or 41.02% from 256); Max value from RGB is 133 - color contains mainly: green. Hex color #128569 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128569 is #ED7A96. Grayscale: #5F5F5F. Windows color (decimal): -15563415 or 6915346. OLE color: 6915346.

HSL color Cylindrical-coordinate representation of color #128569: hue angle of 165.39º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128569 is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB18133105-
CMYK0.8600.210.48
HSL165.39º76.16%29.61%-
HSV(B)165.39º86.47%52.16%-
XYZ11.1917.9216.23-
YUV95.42133.472.78-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.03%
GREEN value IS 133 (52.34% from 255) = 51.95%
BLUE value IS 105 (41.41% from 255) = 41.02%
R=7.03%
G=51.95%
B=41.02%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal181331050.8600.210.48165.3976.1629.61
Hex1285695601530a54c1e
Octal222051511260256024511436
Binary10010100001011101001101011001010111000010100101100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128569; }

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

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

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

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

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

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

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

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