#249488

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

Shades of Java #249488

Tints of Java #249488

Color information

#249488 (or 0x249488) is unknown color: approx Java. HEX triplet: 24, 94 and 88. RGB value is (36,148,136). Sum of RGB (Red+Green+Blue) = 36+148+136=320 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.25% from 320); Green value is 148 (58.20% from 255 or 46.25% from 320); Blue value is 136 (53.52% from 255 or 42.5% from 320); Max value from RGB is 148 - color contains mainly: green. Hex color #249488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249488 is #DB6B77. Grayscale: #717171. Windows color (decimal): -14379896 or 8950820. OLE color: 8950820.

HSL color Cylindrical-coordinate representation of color #249488: hue angle of 173.57º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249488 is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB36148136-
CMYK0.7600.080.42
HSL173.57º60.87%36.08%-
HSV(B)173.57º75.68%58.04%-
XYZ15.7623.3326.97-
YUV113.14140.8972.98-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.25%
GREEN value IS 148 (58.20% from 255) = 46.25%
BLUE value IS 136 (53.52% from 255) = 42.5%
R=11.25%
G=46.25%
B=42.5%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal361481360.7600.080.42173.5760.8736.08
Hex2494884C082Aae3d24
Octal44224210114010522567544
Binary100100100101001000100010011000100010101010101110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #249488; }

 p { color: rgb(36,148,136); }

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

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

 a { background-color: rgb(36,148,136); }

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

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

 span { border-color: rgb(36,148,136); }

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