#128E96

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

Shades of Java #128E96

Tints of Java #128E96

Color information

#128E96 (or 0x128E96) is unknown color: approx Java. HEX triplet: 12, 8E and 96. RGB value is (18,142,150). Sum of RGB (Red+Green+Blue) = 18+142+150=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 142 (55.86% from 255 or 45.81% from 310); Blue value is 150 (58.98% from 255 or 48.39% from 310); Max value from RGB is 150 - color contains mainly: blue. Hex color #128E96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128E96 is #ED7169. Grayscale: #696969. Windows color (decimal): -15561066 or 9866770. OLE color: 9866770.

HSL color Cylindrical-coordinate representation of color #128E96: hue angle of 183.64º 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 #128E96 is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB18142150-
CMYK0.880.0500.41
HSL183.64º78.57%32.94%-
HSV(B)183.64º88%58.82%-
XYZ15.4321.6832.23-
YUV105.84152.9265.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.81%
GREEN value IS 142 (55.86% from 255) = 45.81%
BLUE value IS 150 (58.98% from 255) = 48.39%
R=5.81%
G=45.81%
B=48.39%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal181421500.880.0500.41183.6478.5732.94
Hex128E96585029b84f21
Octal22216226130505127011741
Binary10010100011101001011010110001010101001101110001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128E96; }

 p { color: rgb(18,142,150); }

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

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

 a { background-color: rgb(18,142,150); }

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

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

 span { border-color: rgb(18,142,150); }

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