Html Css Color HEX #248A96 Java

📋 copy color: '#248A96'

red 36 ◦ green 138 ◦ blue 150

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

Shades of Java #248A96

Tints of Java #248A96

RGB

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

 GREEN value IS 138 (54.3% from 255) = 42.59%

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

R = 11.11%
G = 42.59%
B = 46.3%

CMYK

 C value IS 0.76

 M value IS 0.08

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#248A96 (or 0x248A96) is known color: Java. HEX triplet: 24, 8A and 96. RGB value is (36,138,150). Sum of RGB (Red+Green+Blue) = 36+138+150=324 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.11% from 324); Green value is 138 (54.30% from 255 or 42.59% from 324); Blue value is 150 (58.98% from 255 or 46.30% from 324); Max value from RGB is 150 - color contains mainly: blue. Hex color #248A96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248A96 is #DB7569. Grayscale: #6C6C6C. Windows color (decimal): -14382442 or 9865764. OLE color: 9865764.

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

Color convert

RGB 36 138 150 -
CMYK 0.76 0.08 0 0.41
HSL 186.32º 0.61% 0.36% -
HSV(B) 186.32º 0.76% 0.59% -
XYZ 15.32 20.75 32.05 -
YUV 108.87 151.21 76.02 -
System Red Green Blue C M Y K H S L
Decimal 36 138 150 0.76 0.08 0 0.41 186.32 0.61 0.36
Hex 24 8A 96 4C 8 0 29 BA 3D 24
Octal 44 212 226 114 10 0 51 272 75 44
Binary 100100 10001010 10010110 1001100 1000 0 101001 10111010 111101 100100

Color Harmonies of #248A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248A96

Black with #248A96

Text Example


Text Example

White with #248A96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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