#249a90

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

Shades of Java #249A90

Tints of Java #249A90

Color information

#249A90 (or 0x249A90) is unknown color: approx Java. HEX triplet: 24, 9A and 90. RGB value is (36,154,144). Sum of RGB (Red+Green+Blue) = 36+154+144=334 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.78% from 334); Green value is 154 (60.55% from 255 or 46.11% from 334); Blue value is 144 (56.64% from 255 or 43.11% from 334); Max value from RGB is 154 - color contains mainly: green. Hex color #249A90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249A90 is #DB656F. Grayscale: #757575. Windows color (decimal): -14378352 or 9476644. OLE color: 9476644.

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

Color convert

RGB36154144-
CMYK0.7700.060.40
HSL174.92º62.11%37.25%-
HSV(B)174.92º76.62%60.39%-
XYZ17.3225.530.39-
YUV117.58142.9169.81-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.78%
GREEN value IS 154 (60.55% from 255) = 46.11%
BLUE value IS 144 (56.64% from 255) = 43.11%
R=10.78%
G=46.11%
B=43.11%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal361541440.7700.060.40174.9262.1137.25
Hex249A904D0628af3e25
Octal4423222011506502577645
Binary10010010011010100100001001101011010100010101111111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249a90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,154,144); }

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

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

 a { background-color: rgb(36,154,144); }

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

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

 span { border-color: rgb(36,154,144); }

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