Html Css Color HEX #248F8A Java

📋 copy color: '#248F8A'

red 36 ◦ green 143 ◦ blue 138

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

Shades of Java #248F8A

Tints of Java #248F8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 43.53%

R = 11.36%
G = 45.11%
B = 43.53%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#248F8A (or 0x248F8A) is known color: Java. HEX triplet: 24, 8F and 8A. RGB value is (36,143,138). Sum of RGB (Red+Green+Blue) = 36+143+138=317 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.36% from 317); Green value is 143 (56.25% from 255 or 45.11% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 143 - color contains mainly: green. Hex color #248F8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248F8A is #DB7075. Grayscale: #6E6E6E. Windows color (decimal): -14381174 or 9080612. OLE color: 9080612.

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

Color convert

RGB 36 143 138 -
CMYK 0.75 0 0.03 0.44
HSL 177.2º 0.6% 0.35% -
HSV(B) 177.2º 0.75% 0.56% -
XYZ 15.14 21.85 27.47 -
YUV 110.44 143.55 74.91 -
System Red Green Blue C M Y K H S L
Decimal 36 143 138 0.75 0 0.03 0.44 177.2 0.6 0.35
Hex 24 8F 8A 4B 0 3 2C B1 3C 23
Octal 44 217 212 113 0 3 54 261 74 43
Binary 100100 10001111 10001010 1001011 0 11 101100 10110001 111100 100011

Color Harmonies of #248F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248F8A

Black with #248F8A

Text Example


Text Example

White with #248F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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