#249F97

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

Shades of Java #249F97

Tints of Java #249F97

Color information

#249F97 (or 0x249F97) is unknown color: approx Java. HEX triplet: 24, 9F and 97. RGB value is (36,159,151). Sum of RGB (Red+Green+Blue) = 36+159+151=346 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.40% from 346); Green value is 159 (62.5% from 255 or 45.95% from 346); Blue value is 151 (59.38% from 255 or 43.64% from 346); Max value from RGB is 159 - color contains mainly: green. Hex color #249F97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249F97 is #DB6068. Grayscale: #797979. Windows color (decimal): -14377065 or 9936676. OLE color: 9936676.

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

Color convert

RGB36159151-
CMYK0.7700.050.38
HSL176.1º63.08%38.24%-
HSV(B)176.1º77.36%62.35%-
XYZ18.7127.4133.58-
YUV121.31144.7567.15-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.40%
GREEN value IS 159 (62.5% from 255) = 45.95%
BLUE value IS 151 (59.38% from 255) = 43.64%
R=10.40%
G=45.95%
B=43.64%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal361591510.7700.050.38176.163.0838.24
Hex249F974D0526b03f26
Octal4423722711505462607746
Binary10010010011111100101111001101010110011010110000111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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