#248C86

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

Shades of Java #248C86

Tints of Java #248C86

Color information

#248C86 (or 0x248C86) is unknown color: approx Java. HEX triplet: 24, 8C and 86. RGB value is (36,140,134). Sum of RGB (Red+Green+Blue) = 36+140+134=310 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.61% from 310); Green value is 140 (55.08% from 255 or 45.16% from 310); Blue value is 134 (52.73% from 255 or 43.23% from 310); Max value from RGB is 140 - color contains mainly: green. Hex color #248C86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248C86 is #DB7379. Grayscale: #6C6C6C. Windows color (decimal): -14381946 or 8817700. OLE color: 8817700.

HSL color Cylindrical-coordinate representation of color #248C86: hue angle of 176.54º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248C86 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB36140134-
CMYK0.7400.040.45
HSL176.54º59.09%34.51%-
HSV(B)176.54º74.29%54.9%-
XYZ14.4120.8525.82-
YUV108.22142.5476.49-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.61%
GREEN value IS 140 (55.08% from 255) = 45.16%
BLUE value IS 134 (52.73% from 255) = 43.23%
R=11.61%
G=45.16%
B=43.23%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal361401340.7400.040.45176.5459.0934.51
Hex248C864A042Db13b23
Octal4421420611204552617343
Binary10010010001100100001101001010010010110110110001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248C86; }

 p { color: rgb(36,140,134); }

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

<style>
 a { background-color: #248C86; }

 a { background-color: rgb(36,140,134); }

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

<style>
 span { border-color: #248C86; }

 span { border-color: rgb(36,140,134); }

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