#249F92

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

Shades of Java #249F92

Tints of Java #249F92

Color information

#249F92 (or 0x249F92) is unknown color: approx Java. HEX triplet: 24, 9F and 92. RGB value is (36,159,146). Sum of RGB (Red+Green+Blue) = 36+159+146=341 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.56% from 341); Green value is 159 (62.5% from 255 or 46.63% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 159 - color contains mainly: green. Hex color #249F92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249F92 is #DB606D. Grayscale: #787878. Windows color (decimal): -14377070 or 9608996. OLE color: 9608996.

HSL color Cylindrical-coordinate representation of color #249F92: hue angle of 173.66º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249F92 is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB36159146-
CMYK0.7700.080.38
HSL173.66º63.08%38.24%-
HSV(B)173.66º77.36%62.35%-
XYZ18.3127.2531.49-
YUV120.74142.2567.56-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.56%
GREEN value IS 159 (62.5% from 255) = 46.63%
BLUE value IS 146 (57.42% from 255) = 42.82%
R=10.56%
G=46.63%
B=42.82%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal361591460.7700.080.38173.6663.0838.24
Hex249F924D0826ae3f26
Octal44237222115010462567746
Binary100100100111111001001010011010100010011010101110111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #249F92; }

 p { color: rgb(36,159,146); }

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

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

 a { background-color: rgb(36,159,146); }

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

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

 span { border-color: rgb(36,159,146); }

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