#249a8a

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

Shades of Java #249A8A

Tints of Java #249A8A

Color information

#249A8A (or 0x249A8A) is unknown color: approx Java. HEX triplet: 24, 9A and 8A. RGB value is (36,154,138). Sum of RGB (Red+Green+Blue) = 36+154+138=328 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.98% from 328); Green value is 154 (60.55% from 255 or 46.95% from 328); Blue value is 138 (54.30% from 255 or 42.07% from 328); Max value from RGB is 154 - color contains mainly: green. Hex color #249A8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249A8A is #DB6575. Grayscale: #747474. Windows color (decimal): -14378358 or 9083428. OLE color: 9083428.

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

Color convert

RGB36154138-
CMYK0.7700.100.40
HSL171.86º62.11%37.25%-
HSV(B)171.86º76.62%60.39%-
XYZ16.8725.3228.04-
YUV116.89139.9170.3-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.98%
GREEN value IS 154 (60.55% from 255) = 46.95%
BLUE value IS 138 (54.30% from 255) = 42.07%
R=10.98%
G=46.95%
B=42.07%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal361541380.7700.100.40171.8662.1137.25
Hex249A8A4D0A28ac3e25
Octal44232212115012502547645
Binary100100100110101000101010011010101010100010101100111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249a8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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