Html Css Color HEX #24918B Java

📋 copy color: '#24918B'

red 36 ◦ green 145 ◦ blue 139

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

Shades of Java #24918B

Tints of Java #24918B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.31%

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

R = 11.25%
G = 45.31%
B = 43.44%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.04

 K value IS 0.43

RGB Variations

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

Color information

#24918B (or 0x24918B) is known color: Java. HEX triplet: 24, 91 and 8B. RGB value is (36,145,139). Sum of RGB (Red+Green+Blue) = 36+145+139=320 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.25% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 145 - color contains mainly: green. Hex color #24918B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24918B is #DB6E74. Grayscale: #6F6F6F. Windows color (decimal): -14380661 or 9146660. OLE color: 9146660.

HSL color Cylindrical-coordinate representation of color #24918B: hue angle of 176.7º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #24918B is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB 36 145 139 -
CMYK 0.75 0 0.04 0.43
HSL 176.7º 0.6% 0.35% -
HSV(B) 176.7º 0.75% 0.57% -
XYZ 15.51 22.49 27.95 -
YUV 111.73 143.39 73.99 -
System Red Green Blue C M Y K H S L
Decimal 36 145 139 0.75 0 0.04 0.43 176.7 0.6 0.35
Hex 24 91 8B 4B 0 4 2B B1 3C 23
Octal 44 221 213 113 0 4 53 261 74 43
Binary 100100 10010001 10001011 1001011 0 100 101011 10110001 111100 100011

Color Harmonies of #24918B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24918B

Black with #24918B

Text Example


Text Example

White with #24918B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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