Html Css Color HEX #248E8D Java

📋 copy color: '#248E8D'

red 36 ◦ green 142 ◦ blue 141

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

Shades of Java #248E8D

Tints of Java #248E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 44.2%

R = 11.29%
G = 44.51%
B = 44.2%

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

#248E8D (or 0x248E8D) is known color: Java. HEX triplet: 24, 8E and 8D. RGB value is (36,142,141). Sum of RGB (Red+Green+Blue) = 36+142+141=319 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.29% from 319); Green value is 142 (55.86% from 255 or 44.51% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 142 - color contains mainly: green. Hex color #248E8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248E8D is #DB7172. Grayscale: #6E6E6E. Windows color (decimal): -14381427 or 9276964. OLE color: 9276964.

HSL color Cylindrical-coordinate representation of color #248E8D: hue angle of 179.43º 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 #248E8D is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 36 142 141 -
CMYK 0.75 0 0.01 0.44
HSL 179.43º 0.6% 0.35% -
HSV(B) 179.43º 0.75% 0.56% -
XYZ 15.21 21.64 28.58 -
YUV 110.19 145.38 75.08 -
System Red Green Blue C M Y K H S L
Decimal 36 142 141 0.75 0 0.01 0.44 179.43 0.6 0.35
Hex 24 8E 8D 4B 0 1 2C B3 3C 23
Octal 44 216 215 113 0 1 54 263 74 43
Binary 100100 10001110 10001101 1001011 0 1 101100 10110011 111100 100011

Color Harmonies of #248E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248E8D

Black with #248E8D

Text Example


Text Example

White with #248E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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