#129B92

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

Shades of Java #129B92

Tints of Java #129B92

Color information

#129B92 (or 0x129B92) is unknown color: approx Java. HEX triplet: 12, 9B and 92. RGB value is (18,155,146). Sum of RGB (Red+Green+Blue) = 18+155+146=319 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.64% from 319); Green value is 155 (60.94% from 255 or 48.59% from 319); Blue value is 146 (57.42% from 255 or 45.77% from 319); Max value from RGB is 155 - color contains mainly: green. Hex color #129B92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129B92 is #ED646D. Grayscale: #707070. Windows color (decimal): -15557742 or 9607954. OLE color: 9607954.

HSL color Cylindrical-coordinate representation of color #129B92: hue angle of 176.06º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129B92 is Cyan = 0.88, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB18155146-
CMYK0.8800.060.39
HSL176.06º79.19%33.92%-
HSV(B)176.06º88.39%60.78%-
XYZ17.1625.6531.24-
YUV113.01146.6160.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.64%
GREEN value IS 155 (60.94% from 255) = 48.59%
BLUE value IS 146 (57.42% from 255) = 45.77%
R=5.64%
G=48.59%
B=45.77%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal181551460.8800.060.39176.0679.1933.92
Hex129B92580627b04f22
Octal22233222130064726011742
Binary10010100110111001001010110000110100111101100001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129B92; }

 p { color: rgb(18,155,146); }

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

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

 a { background-color: rgb(18,155,146); }

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

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

 span { border-color: rgb(18,155,146); }

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