#12978F

Color #12978F Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #12978F

Tints of Java #12978F

Color information

#12978F (or 0x12978F) is unknown color: approx Java. HEX triplet: 12, 97 and 8F. RGB value is (18,151,143). Sum of RGB (Red+Green+Blue) = 18+151+143=312 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.77% from 312); Green value is 151 (59.38% from 255 or 48.40% from 312); Blue value is 143 (56.25% from 255 or 45.83% from 312); Max value from RGB is 151 - color contains mainly: green. Hex color #12978F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12978F is #ED6870. Grayscale: #6E6E6E. Windows color (decimal): -15558769 or 9410322. OLE color: 9410322.

HSL color Cylindrical-coordinate representation of color #12978F: hue angle of 176.39º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12978F is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB18151143-
CMYK0.8800.050.41
HSL176.39º78.7%33.14%-
HSV(B)176.39º88.08%59.22%-
XYZ16.2724.2429.81-
YUV110.32146.4462.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.77%
GREEN value IS 151 (59.38% from 255) = 48.40%
BLUE value IS 143 (56.25% from 255) = 45.83%
R=5.77%
G=48.40%
B=45.83%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal181511430.8800.050.41176.3978.733.14
Hex12978F580529b04f21
Octal22227217130055126011741
Binary10010100101111000111110110000101101001101100001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12978F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12978F; }

 p { color: rgb(18,151,143); }

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

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

 a { background-color: rgb(18,151,143); }

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

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

 span { border-color: rgb(18,151,143); }

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