Html Css Color HEX #248E97 Java

📋 copy color: '#248E97'

red 36 ◦ green 142 ◦ blue 151

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

Shades of Java #248E97

Tints of Java #248E97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 45.9%

R = 10.94%
G = 43.16%
B = 45.9%

CMYK

 C value IS 0.76

 M value IS 0.06

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#248E97 (or 0x248E97) is known color: Java. HEX triplet: 24, 8E and 97. RGB value is (36,142,151). Sum of RGB (Red+Green+Blue) = 36+142+151=329 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.94% from 329); Green value is 142 (55.86% from 255 or 43.16% from 329); Blue value is 151 (59.38% from 255 or 45.90% from 329); Max value from RGB is 151 - color contains mainly: blue. Hex color #248E97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248E97 is #DB7168. Grayscale: #6F6F6F. Windows color (decimal): -14381417 or 9932324. OLE color: 9932324.

HSL color Cylindrical-coordinate representation of color #248E97: hue angle of 184.7º 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 #248E97 is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 36 142 151 -
CMYK 0.76 0.06 0 0.41
HSL 184.7º 0.61% 0.37% -
HSV(B) 184.7º 0.76% 0.59% -
XYZ 15.99 21.96 32.67 -
YUV 111.33 150.38 74.27 -
System Red Green Blue C M Y K H S L
Decimal 36 142 151 0.76 0.06 0 0.41 184.7 0.61 0.37
Hex 24 8E 97 4C 6 0 29 B9 3D 25
Octal 44 216 227 114 6 0 51 271 75 45
Binary 100100 10001110 10010111 1001100 110 0 101001 10111001 111101 100101

Color Harmonies of #248E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248E97

Black with #248E97

Text Example


Text Example

White with #248E97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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