Html Css Color HEX #248C96 Java

📋 copy color: '#248C96'

red 36 ◦ green 140 ◦ blue 150

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

Shades of Java #248C96

Tints of Java #248C96

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.94%

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

R = 11.04%
G = 42.94%
B = 46.01%

CMYK

 C value IS 0.76

 M value IS 0.07

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#248C96 (or 0x248C96) is known color: Java. HEX triplet: 24, 8C and 96. RGB value is (36,140,150). Sum of RGB (Red+Green+Blue) = 36+140+150=326 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.04% from 326); Green value is 140 (55.08% from 255 or 42.94% from 326); Blue value is 150 (58.98% from 255 or 46.01% from 326); Max value from RGB is 150 - color contains mainly: blue. Hex color #248C96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248C96 is #DB7369. Grayscale: #6D6D6D. Windows color (decimal): -14381930 or 9866276. OLE color: 9866276.

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

Color convert

RGB 36 140 150 -
CMYK 0.76 0.07 0 0.41
HSL 185.26º 0.61% 0.36% -
HSV(B) 185.26º 0.76% 0.59% -
XYZ 15.61 21.33 32.15 -
YUV 110.04 150.54 75.19 -
System Red Green Blue C M Y K H S L
Decimal 36 140 150 0.76 0.07 0 0.41 185.26 0.61 0.36
Hex 24 8C 96 4C 7 0 29 B9 3D 24
Octal 44 214 226 114 7 0 51 271 75 44
Binary 100100 10001100 10010110 1001100 111 0 101001 10111001 111101 100100

Color Harmonies of #248C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248C96

Black with #248C96

Text Example


Text Example

White with #248C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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