#127860

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

Shades of Deep Sea #127860

Tints of Deep Sea #127860

Color information

#127860 (or 0x127860) is unknown color: approx Deep Sea. HEX triplet: 12, 78 and 60. RGB value is (18,120,96). Sum of RGB (Red+Green+Blue) = 18+120+96=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 120 (47.27% from 255 or 51.28% from 234); Blue value is 96 (37.89% from 255 or 41.03% from 234); Max value from RGB is 120 - color contains mainly: green. Hex color #127860 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127860 is #ED879F. Grayscale: #565656. Windows color (decimal): -15566752 or 6322194. OLE color: 6322194.

HSL color Cylindrical-coordinate representation of color #127860: hue angle of 165.88º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127860 is Cyan = 0.85, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.53.

Color convert

RGB1812096-
CMYK0.8500.20.53
HSL165.88º73.91%27.06%-
HSV(B)165.88º85%47.06%-
XYZ9.0814.4113.37-
YUV86.77133.2178.95-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.69%
GREEN value IS 120 (47.27% from 255) = 51.28%
BLUE value IS 96 (37.89% from 255) = 41.03%
R=7.69%
G=51.28%
B=41.03%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18120960.8500.20.53165.8873.9127.06
Hex1278605501435a64a1b
Octal221701401250246524611233
Binary1001011110001100000101010101010011010110100110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127860; }

 p { color: rgb(18,120,96); }

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

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

 a { background-color: rgb(18,120,96); }

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

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

 span { border-color: rgb(18,120,96); }

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