#249D8F

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

Shades of Java #249D8F

Tints of Java #249D8F

Color information

#249D8F (or 0x249D8F) is unknown color: approx Java. HEX triplet: 24, 9D and 8F. RGB value is (36,157,143). Sum of RGB (Red+Green+Blue) = 36+157+143=336 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.71% from 336); Green value is 157 (61.72% from 255 or 46.73% from 336); Blue value is 143 (56.25% from 255 or 42.56% from 336); Max value from RGB is 157 - color contains mainly: green. Hex color #249D8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249D8F is #DB6270. Grayscale: #777777. Windows color (decimal): -14377585 or 9411876. OLE color: 9411876.

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

Color convert

RGB36157143-
CMYK0.7700.090.38
HSL173.06º62.69%37.84%-
HSV(B)173.06º77.07%61.57%-
XYZ17.7426.4730.16-
YUV119.22141.4168.64-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.71%
GREEN value IS 157 (61.72% from 255) = 46.73%
BLUE value IS 143 (56.25% from 255) = 42.56%
R=10.71%
G=46.73%
B=42.56%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal361571430.7700.090.38173.0662.6937.84
Hex249D8F4D0926ad3f26
Octal44235217115011462557746
Binary100100100111011000111110011010100110011010101101111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,157,143); }

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

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

 a { background-color: rgb(36,157,143); }

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

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

 span { border-color: rgb(36,157,143); }

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