Html Css Color HEX #248F96 Java

📋 copy color: '#248F96'

red 36 ◦ green 143 ◦ blue 150

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

Shades of Java #248F96

Tints of Java #248F96

RGB

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

 GREEN value IS 143 (56.25% from 255) = 43.47%

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

R = 10.94%
G = 43.47%
B = 45.59%

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

#248F96 (or 0x248F96) is known color: Java. HEX triplet: 24, 8F and 96. RGB value is (36,143,150). Sum of RGB (Red+Green+Blue) = 36+143+150=329 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.94% from 329); Green value is 143 (56.25% from 255 or 43.47% from 329); Blue value is 150 (58.98% from 255 or 45.59% from 329); Max value from RGB is 150 - color contains mainly: blue. Hex color #248F96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248F96 is #DB7069. Grayscale: #6F6F6F. Windows color (decimal): -14381162 or 9867044. OLE color: 9867044.

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

Color convert

RGB 36 143 150 -
CMYK 0.76 0.05 0 0.41
HSL 183.68º 0.61% 0.36% -
HSV(B) 183.68º 0.76% 0.59% -
XYZ 16.06 22.22 32.3 -
YUV 111.81 149.55 73.93 -
System Red Green Blue C M Y K H S L
Decimal 36 143 150 0.76 0.05 0 0.41 183.68 0.61 0.36
Hex 24 8F 96 4C 5 0 29 B8 3D 24
Octal 44 217 226 114 5 0 51 270 75 44
Binary 100100 10001111 10010110 1001100 101 0 101001 10111000 111101 100100

Color Harmonies of #248F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248F96

Black with #248F96

Text Example


Text Example

White with #248F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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