#248F89

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

Shades of Java #248F89

Tints of Java #248F89

Color information

#248F89 (or 0x248F89) is unknown color: approx Java. HEX triplet: 24, 8F and 89. RGB value is (36,143,137). Sum of RGB (Red+Green+Blue) = 36+143+137=316 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.39% from 316); Green value is 143 (56.25% from 255 or 45.25% from 316); Blue value is 137 (53.91% from 255 or 43.35% from 316); Max value from RGB is 143 - color contains mainly: green. Hex color #248F89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248F89 is #DB7076. Grayscale: #6E6E6E. Windows color (decimal): -14381175 or 9015076. OLE color: 9015076.

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

Color convert

RGB36143137-
CMYK0.7500.040.44
HSL176.64º59.78%35.1%-
HSV(B)176.64º74.83%56.08%-
XYZ15.0721.8327.09-
YUV110.32143.0574.99-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.39%
GREEN value IS 143 (56.25% from 255) = 45.25%
BLUE value IS 137 (53.91% from 255) = 43.35%
R=11.39%
G=45.25%
B=43.35%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal361431370.7500.040.44176.6459.7835.1
Hex248F894B042Cb13c23
Octal4421721111304542617443
Binary10010010001111100010011001011010010110010110001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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