#249F96

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

Shades of Java #249F96

Tints of Java #249F96

Color information

#249F96 (or 0x249F96) is unknown color: approx Java. HEX triplet: 24, 9F and 96. RGB value is (36,159,150). Sum of RGB (Red+Green+Blue) = 36+159+150=345 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.43% from 345); Green value is 159 (62.5% from 255 or 46.09% from 345); Blue value is 150 (58.98% from 255 or 43.48% from 345); Max value from RGB is 159 - color contains mainly: green. Hex color #249F96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249F96 is #DB6069. Grayscale: #797979. Windows color (decimal): -14377066 or 9871140. OLE color: 9871140.

HSL color Cylindrical-coordinate representation of color #249F96: hue angle of 175.61º 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 #249F96 is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB36159150-
CMYK0.7700.060.38
HSL175.61º63.08%38.24%-
HSV(B)175.61º77.36%62.35%-
XYZ18.6327.3733.16-
YUV121.2144.2567.23-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.43%
GREEN value IS 159 (62.5% from 255) = 46.09%
BLUE value IS 150 (58.98% from 255) = 43.48%
R=10.43%
G=46.09%
B=43.48%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal361591500.7700.060.38175.6163.0838.24
Hex249F964D0626b03f26
Octal4423722611506462607746
Binary10010010011111100101101001101011010011010110000111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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