#249A8B

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

Shades of Java #249A8B

Tints of Java #249A8B

Color information

#249A8B (or 0x249A8B) is unknown color: approx Java. HEX triplet: 24, 9A and 8B. RGB value is (36,154,139). Sum of RGB (Red+Green+Blue) = 36+154+139=329 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.94% from 329); Green value is 154 (60.55% from 255 or 46.81% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 154 - color contains mainly: green. Hex color #249A8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249A8B is #DB6574. Grayscale: #747474. Windows color (decimal): -14378357 or 9148964. OLE color: 9148964.

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

Color convert

RGB36154139-
CMYK0.7700.100.40
HSL172.37º62.11%37.25%-
HSV(B)172.37º76.62%60.39%-
XYZ16.9425.3528.43-
YUV117.01140.4170.22-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.94%
GREEN value IS 154 (60.55% from 255) = 46.81%
BLUE value IS 139 (54.69% from 255) = 42.25%
R=10.94%
G=46.81%
B=42.25%

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
Decimal361541390.7700.100.40172.3762.1137.25
Hex249A8B4D0A28ac3e25
Octal44232213115012502547645
Binary100100100110101000101110011010101010100010101100111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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