Html Css Color HEX #248E98 Java

📋 copy color: '#248E98'

red 36 ◦ green 142 ◦ blue 152

#248E98
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #248E98

Tints of Java #248E98

RGB

 RED value IS 36 (14.45% from 255) = 10.91%

 GREEN value IS 142 (55.86% from 255) = 43.03%

 BLUE value IS 152 (59.77% from 255) = 46.06%

R = 10.91%
G = 43.03%
B = 46.06%

CMYK

 C value IS 0.76

 M value IS 0.07

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#248E98 (or 0x248E98) is known color: Java. HEX triplet: 24, 8E and 98. RGB value is (36,142,152). Sum of RGB (Red+Green+Blue) = 36+142+152=330 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.91% from 330); Green value is 142 (55.86% from 255 or 43.03% from 330); Blue value is 152 (59.77% from 255 or 46.06% from 330); Max value from RGB is 152 - color contains mainly: blue. Hex color #248E98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248E98 is #DB7167. Grayscale: #6F6F6F. Windows color (decimal): -14381416 or 9997860. OLE color: 9997860.

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

Color convert

RGB 36 142 152 -
CMYK 0.76 0.07 0 0.40
HSL 185.17º 0.62% 0.37% -
HSV(B) 185.17º 0.76% 0.6% -
XYZ 16.07 21.99 33.1 -
YUV 111.45 150.88 74.19 -
System Red Green Blue C M Y K H S L
Decimal 36 142 152 0.76 0.07 0 0.40 185.17 0.62 0.37
Hex 24 8E 98 4C 7 0 28 B9 3E 25
Octal 44 216 230 114 7 0 50 271 76 45
Binary 100100 10001110 10011000 1001100 111 0 101000 10111001 111110 100101

Color Harmonies of #248E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248E98

Black with #248E98

Text Example


Text Example

White with #248E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,142,152); }

 H1.HeaderClassName
 {
   color: #248E98;
 }
 .AnyTagClassName
 {
   color: #248E98;
 }
</style>

background-color css

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

 a { background-color: rgb(36,142,152); }

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

border-color css

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

 span { border-color: rgb(36,142,152); }

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