#248F84

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

Shades of Java #248F84

Tints of Java #248F84

Color information

#248F84 (or 0x248F84) is unknown color: approx Java. HEX triplet: 24, 8F and 84. RGB value is (36,143,132). Sum of RGB (Red+Green+Blue) = 36+143+132=311 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.58% from 311); Green value is 143 (56.25% from 255 or 45.98% from 311); Blue value is 132 (51.95% from 255 or 42.44% from 311); Max value from RGB is 143 - color contains mainly: green. Hex color #248F84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248F84 is #DB707B. Grayscale: #6D6D6D. Windows color (decimal): -14381180 or 8687396. OLE color: 8687396.

HSL color Cylindrical-coordinate representation of color #248F84: hue angle of 173.83º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #248F84 is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB36143132-
CMYK0.7500.080.44
HSL173.83º59.78%35.1%-
HSV(B)173.83º74.83%56.08%-
XYZ14.7121.6925.24-
YUV109.75140.5575.39-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.58%
GREEN value IS 143 (56.25% from 255) = 45.98%
BLUE value IS 132 (51.95% from 255) = 42.44%
R=11.58%
G=45.98%
B=42.44%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal361431320.7500.080.44173.8359.7835.1
Hex248F844B082Cae3c23
Octal44217204113010542567443
Binary100100100011111000010010010110100010110010101110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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