Html Css Color HEX #248E8C Java

📋 copy color: '#248E8C'

red 36 ◦ green 142 ◦ blue 140

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

Shades of Java #248E8C

Tints of Java #248E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 44.03%

R = 11.32%
G = 44.65%
B = 44.03%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#248E8C (or 0x248E8C) is known color: Java. HEX triplet: 24, 8E and 8C. RGB value is (36,142,140). Sum of RGB (Red+Green+Blue) = 36+142+140=318 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.32% from 318); Green value is 142 (55.86% from 255 or 44.65% from 318); Blue value is 140 (55.08% from 255 or 44.03% from 318); Max value from RGB is 142 - color contains mainly: green. Hex color #248E8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248E8C is #DB7173. Grayscale: #6D6D6D. Windows color (decimal): -14381428 or 9211428. OLE color: 9211428.

HSL color Cylindrical-coordinate representation of color #248E8C: hue angle of 178.87º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #248E8C is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 36 142 140 -
CMYK 0.75 0 0.01 0.44
HSL 178.87º 0.6% 0.35% -
HSV(B) 178.87º 0.75% 0.56% -
XYZ 15.13 21.61 28.19 -
YUV 110.08 144.88 75.16 -
System Red Green Blue C M Y K H S L
Decimal 36 142 140 0.75 0 0.01 0.44 178.87 0.6 0.35
Hex 24 8E 8C 4B 0 1 2C B3 3C 23
Octal 44 216 214 113 0 1 54 263 74 43
Binary 100100 10001110 10001100 1001011 0 1 101100 10110011 111100 100011

Color Harmonies of #248E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248E8C

Black with #248E8C

Text Example


Text Example

White with #248E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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