#248D97

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

Shades of Java #248D97

Tints of Java #248D97

Color information

#248D97 (or 0x248D97) is unknown color: approx Java. HEX triplet: 24, 8D and 97. RGB value is (36,141,151). Sum of RGB (Red+Green+Blue) = 36+141+151=328 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.98% from 328); Green value is 141 (55.47% from 255 or 42.99% from 328); Blue value is 151 (59.38% from 255 or 46.04% from 328); Max value from RGB is 151 - color contains mainly: blue. Hex color #248D97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248D97 is #DB7268. Grayscale: #6E6E6E. Windows color (decimal): -14381673 or 9932068. OLE color: 9932068.

HSL color Cylindrical-coordinate representation of color #248D97: hue angle of 185.22º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #248D97 is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB36141151-
CMYK0.760.0700.41
HSL185.22º61.5%36.67%-
HSV(B)185.22º76.16%59.22%-
XYZ15.8421.6632.62-
YUV110.74150.7174.69-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.98%
GREEN value IS 141 (55.47% from 255) = 42.99%
BLUE value IS 151 (59.38% from 255) = 46.04%
R=10.98%
G=42.99%
B=46.04%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal361411510.760.0700.41185.2261.536.67
Hex248D974C7029b93d25
Octal4421522711470512717545
Binary10010010001101100101111001100111010100110111001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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