Html Css Color HEX #248C94 Java

📋 copy color: '#248C94'

red 36 ◦ green 140 ◦ blue 148

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

Shades of Java #248C94

Tints of Java #248C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 45.68%

R = 11.11%
G = 43.21%
B = 45.68%

CMYK

 C value IS 0.76

 M value IS 0.05

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#248C94 (or 0x248C94) is known color: Java. HEX triplet: 24, 8C and 94. RGB value is (36,140,148). Sum of RGB (Red+Green+Blue) = 36+140+148=324 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.11% from 324); Green value is 140 (55.08% from 255 or 43.21% from 324); Blue value is 148 (58.20% from 255 or 45.68% from 324); Max value from RGB is 148 - color contains mainly: blue. Hex color #248C94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248C94 is #DB736B. Grayscale: #6D6D6D. Windows color (decimal): -14381932 or 9735204. OLE color: 9735204.

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

Color convert

RGB 36 140 148 -
CMYK 0.76 0.05 0 0.42
HSL 184.29º 0.61% 0.36% -
HSV(B) 184.29º 0.76% 0.58% -
XYZ 15.45 21.27 31.31 -
YUV 109.82 149.54 75.35 -
System Red Green Blue C M Y K H S L
Decimal 36 140 148 0.76 0.05 0 0.42 184.29 0.61 0.36
Hex 24 8C 94 4C 5 0 2A B8 3D 24
Octal 44 214 224 114 5 0 52 270 75 44
Binary 100100 10001100 10010100 1001100 101 0 101010 10111000 111101 100100

Color Harmonies of #248C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248C94

Black with #248C94

Text Example


Text Example

White with #248C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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