Html Css Color HEX #24938B Java

📋 copy color: '#24938B'

red 36 ◦ green 147 ◦ blue 139

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

Shades of Java #24938B

Tints of Java #24938B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.65%

 BLUE value IS 139 (54.69% from 255) = 43.17%

R = 11.18%
G = 45.65%
B = 43.17%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#24938B (or 0x24938B) is known color: Java. HEX triplet: 24, 93 and 8B. RGB value is (36,147,139). Sum of RGB (Red+Green+Blue) = 36+147+139=322 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.18% from 322); Green value is 147 (57.81% from 255 or 45.65% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 147 - color contains mainly: green. Hex color #24938B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24938B is #DB6C74. Grayscale: #707070. Windows color (decimal): -14380149 or 9147172. OLE color: 9147172.

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

Color convert

RGB 36 147 139 -
CMYK 0.76 0 0.05 0.42
HSL 175.68º 0.61% 0.36% -
HSV(B) 175.68º 0.76% 0.58% -
XYZ 15.82 23.11 28.05 -
YUV 112.9 142.73 73.15 -
System Red Green Blue C M Y K H S L
Decimal 36 147 139 0.76 0 0.05 0.42 175.68 0.61 0.36
Hex 24 93 8B 4C 0 5 2A B0 3D 24
Octal 44 223 213 114 0 5 52 260 75 44
Binary 100100 10010011 10001011 1001100 0 101 101010 10110000 111101 100100

Color Harmonies of #24938B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24938B

Black with #24938B

Text Example


Text Example

White with #24938B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24938B; }

 p { color: rgb(36,147,139); }

 H1.HeaderClassName
 {
   color: #24938B;
 }
 .AnyTagClassName
 {
   color: #24938B;
 }
</style>

background-color css

<style>
 a { background-color: #24938B; }

 a { background-color: rgb(36,147,139); }

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

border-color css

<style>
 span { border-color: #24938B; }

 span { border-color: rgb(36,147,139); }

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