Html Css Color HEX #248E96 Java

📋 copy color: '#248E96'

red 36 ◦ green 142 ◦ blue 150

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

Shades of Java #248E96

Tints of Java #248E96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 45.73%

R = 10.98%
G = 43.29%
B = 45.73%

CMYK

 C value IS 0.76

 M value IS 0.05

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#248E96 (or 0x248E96) is known color: Java. HEX triplet: 24, 8E and 96. RGB value is (36,142,150). Sum of RGB (Red+Green+Blue) = 36+142+150=328 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.98% from 328); Green value is 142 (55.86% from 255 or 43.29% from 328); Blue value is 150 (58.98% from 255 or 45.73% from 328); Max value from RGB is 150 - color contains mainly: blue. Hex color #248E96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248E96 is #DB7169. Grayscale: #6F6F6F. Windows color (decimal): -14381418 or 9866788. OLE color: 9866788.

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

Color convert

RGB 36 142 150 -
CMYK 0.76 0.05 0 0.41
HSL 184.21º 0.61% 0.36% -
HSV(B) 184.21º 0.76% 0.59% -
XYZ 15.91 21.92 32.25 -
YUV 111.22 149.88 74.35 -
System Red Green Blue C M Y K H S L
Decimal 36 142 150 0.76 0.05 0 0.41 184.21 0.61 0.36
Hex 24 8E 96 4C 5 0 29 B8 3D 24
Octal 44 216 226 114 5 0 51 270 75 44
Binary 100100 10001110 10010110 1001100 101 0 101001 10111000 111101 100100

Color Harmonies of #248E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248E96

Black with #248E96

Text Example


Text Example

White with #248E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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