#248D84

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

Shades of Java #248D84

Tints of Java #248D84

Color information

#248D84 (or 0x248D84) is unknown color: approx Java. HEX triplet: 24, 8D and 84. RGB value is (36,141,132). Sum of RGB (Red+Green+Blue) = 36+141+132=309 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.65% from 309); Green value is 141 (55.47% from 255 or 45.63% from 309); Blue value is 132 (51.95% from 255 or 42.72% from 309); Max value from RGB is 141 - color contains mainly: green. Hex color #248D84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248D84 is #DB727B. Grayscale: #6C6C6C. Windows color (decimal): -14381692 or 8686884. OLE color: 8686884.

HSL color Cylindrical-coordinate representation of color #248D84: hue angle of 174.86º 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 #248D84 is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB36141132-
CMYK0.7400.060.45
HSL174.86º59.32%34.71%-
HSV(B)174.86º74.47%55.29%-
XYZ14.4221.0925.14-
YUV108.58141.2176.23-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.65%
GREEN value IS 141 (55.47% from 255) = 45.63%
BLUE value IS 132 (51.95% from 255) = 42.72%
R=11.65%
G=45.63%
B=42.72%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal361411320.7400.060.45174.8659.3234.71
Hex248D844A062Daf3b23
Octal4421520411206552577343
Binary10010010001101100001001001010011010110110101111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,141,132); }

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

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

 a { background-color: rgb(36,141,132); }

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

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

 span { border-color: rgb(36,141,132); }

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