Html Css Color HEX #24938E Java

📋 copy color: '#24938E'

red 36 ◦ green 147 ◦ blue 142

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

Shades of Java #24938E

Tints of Java #24938E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 43.69%

R = 11.08%
G = 45.23%
B = 43.69%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#24938E (or 0x24938E) is known color: Java. HEX triplet: 24, 93 and 8E. RGB value is (36,147,142). Sum of RGB (Red+Green+Blue) = 36+147+142=325 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.08% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 142 (55.86% from 255 or 43.69% from 325); Max value from RGB is 147 - color contains mainly: green. Hex color #24938E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24938E is #DB6C71. Grayscale: #717171. Windows color (decimal): -14380146 or 9343780. OLE color: 9343780.

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

Color convert

RGB 36 147 142 -
CMYK 0.76 0 0.03 0.42
HSL 177.3º 0.61% 0.36% -
HSV(B) 177.3º 0.76% 0.58% -
XYZ 16.04 23.2 29.22 -
YUV 113.24 144.23 72.91 -
System Red Green Blue C M Y K H S L
Decimal 36 147 142 0.76 0 0.03 0.42 177.3 0.61 0.36
Hex 24 93 8E 4C 0 3 2A B1 3D 24
Octal 44 223 216 114 0 3 52 261 75 44
Binary 100100 10010011 10001110 1001100 0 11 101010 10110001 111101 100100

Color Harmonies of #24938E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24938E

Black with #24938E

Text Example


Text Example

White with #24938E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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