#249888

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

Shades of Java #249888

Tints of Java #249888

Color information

#249888 (or 0x249888) is unknown color: approx Java. HEX triplet: 24, 98 and 88. RGB value is (36,152,136). Sum of RGB (Red+Green+Blue) = 36+152+136=324 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.11% from 324); Green value is 152 (59.77% from 255 or 46.91% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 152 - color contains mainly: green. Hex color #249888 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249888 is #DB6777. Grayscale: #737373. Windows color (decimal): -14378872 or 8951844. OLE color: 8951844.

HSL color Cylindrical-coordinate representation of color #249888: hue angle of 171.72º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249888 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB36152136-
CMYK0.7600.110.40
HSL171.72º61.7%36.86%-
HSV(B)171.72º76.32%59.61%-
XYZ16.424.6127.18-
YUV115.49139.5771.3-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.11%
GREEN value IS 152 (59.77% from 255) = 46.91%
BLUE value IS 136 (53.52% from 255) = 41.98%
R=11.11%
G=46.91%
B=41.98%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal361521360.7600.110.40171.7261.736.86
Hex2498884C0B28ac3e25
Octal44230210114013502547645
Binary100100100110001000100010011000101110100010101100111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #249888; }

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

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

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

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

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

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

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

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