#248D88

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

Shades of Java #248D88

Tints of Java #248D88

Color information

#248D88 (or 0x248D88) is unknown color: approx Java. HEX triplet: 24, 8D and 88. RGB value is (36,141,136). Sum of RGB (Red+Green+Blue) = 36+141+136=313 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.50% from 313); Green value is 141 (55.47% from 255 or 45.05% from 313); Blue value is 136 (53.52% from 255 or 43.45% from 313); Max value from RGB is 141 - color contains mainly: green. Hex color #248D88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248D88 is #DB7277. Grayscale: #6C6C6C. Windows color (decimal): -14381688 or 8949028. OLE color: 8949028.

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

Color convert

RGB36141136-
CMYK0.7400.040.45
HSL177.14º59.32%34.71%-
HSV(B)177.14º74.47%55.29%-
XYZ14.721.226.61-
YUV109.04143.2175.91-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.50%
GREEN value IS 141 (55.47% from 255) = 45.05%
BLUE value IS 136 (53.52% from 255) = 43.45%
R=11.50%
G=45.05%
B=43.45%

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
Decimal361411360.7400.040.45177.1459.3234.71
Hex248D884A042Db13b23
Octal4421521011204552617343
Binary10010010001101100010001001010010010110110110001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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