#129692

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

Shades of Java #129692

Tints of Java #129692

Color information

#129692 (or 0x129692) is unknown color: approx Java. HEX triplet: 12, 96 and 92. RGB value is (18,150,146). Sum of RGB (Red+Green+Blue) = 18+150+146=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 150 (58.98% from 255 or 47.77% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 150 - color contains mainly: green. Hex color #129692 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129692 is #ED696D. Grayscale: #6D6D6D. Windows color (decimal): -15559022 or 9606674. OLE color: 9606674.

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

Color convert

RGB18150146-
CMYK0.8800.030.41
HSL178.18º78.57%32.94%-
HSV(B)178.18º88%58.82%-
XYZ16.3424.0230.97-
YUV110.08148.2762.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.73%
GREEN value IS 150 (58.98% from 255) = 47.77%
BLUE value IS 146 (57.42% from 255) = 46.50%
R=5.73%
G=47.77%
B=46.50%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal181501460.8800.030.41178.1878.5732.94
Hex129692580329b24f21
Octal22226222130035126211741
Binary1001010010110100100101011000011101001101100101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129692; }

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

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

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

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

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

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

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

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