#249896

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

Shades of Java #249896

Tints of Java #249896

Color information

#249896 (or 0x249896) is unknown color: approx Java. HEX triplet: 24, 98 and 96. RGB value is (36,152,150). Sum of RGB (Red+Green+Blue) = 36+152+150=338 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.65% from 338); Green value is 152 (59.77% from 255 or 44.97% from 338); Blue value is 150 (58.98% from 255 or 44.38% from 338); Max value from RGB is 152 - color contains mainly: green. Hex color #249896 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249896 is #DB6769. Grayscale: #747474. Windows color (decimal): -14378858 or 9869348. OLE color: 9869348.

HSL color Cylindrical-coordinate representation of color #249896: hue angle of 178.97º 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 #249896 is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB36152150-
CMYK0.7600.010.40
HSL178.97º61.7%36.86%-
HSV(B)178.97º76.32%59.61%-
XYZ17.4625.0332.77-
YUV117.09146.5770.16-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.65%
GREEN value IS 152 (59.77% from 255) = 44.97%
BLUE value IS 150 (58.98% from 255) = 44.38%
R=10.65%
G=44.97%
B=44.38%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal361521500.7600.010.40178.9761.736.86
Hex2498964C0128b33e25
Octal4423022611401502637645
Binary100100100110001001011010011000110100010110011111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #249896; }

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

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

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

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

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

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

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

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