#249C9E

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

Shades of Java #249C9E

Tints of Java #249C9E

Color information

#249C9E (or 0x249C9E) is unknown color: approx Java. HEX triplet: 24, 9C and 9E. RGB value is (36,156,158). Sum of RGB (Red+Green+Blue) = 36+156+158=350 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.29% from 350); Green value is 156 (61.33% from 255 or 44.57% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 158 - color contains mainly: blue. Hex color #249C9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249C9E is #DB6361. Grayscale: #787878. Windows color (decimal): -14377826 or 10394660. OLE color: 10394660.

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

Color convert

RGB36156158-
CMYK0.770.0100.38
HSL180.98º62.89%38.04%-
HSV(B)180.98º77.22%61.96%-
XYZ18.7926.6236.5-
YUV120.35149.2467.84-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.29%
GREEN value IS 156 (61.33% from 255) = 44.57%
BLUE value IS 158 (62.11% from 255) = 45.14%
R=10.29%
G=44.57%
B=45.14%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal361561580.770.0100.38180.9862.8938.04
Hex249C9E4D1026b53f26
Octal4423423611510462657746
Binary100100100111001001111010011011010011010110101111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,156,158); }

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

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

 a { background-color: rgb(36,156,158); }

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

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

 span { border-color: rgb(36,156,158); }

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