Html Css Color HEX #24918D Java

📋 copy color: '#24918D'

red 36 ◦ green 145 ◦ blue 141

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

Shades of Java #24918D

Tints of Java #24918D

RGB

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

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

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

R = 11.18%
G = 45.03%
B = 43.79%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#24918D (or 0x24918D) is known color: Java. HEX triplet: 24, 91 and 8D. RGB value is (36,145,141). Sum of RGB (Red+Green+Blue) = 36+145+141=322 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.18% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 141 (55.47% from 255 or 43.79% from 322); Max value from RGB is 145 - color contains mainly: green. Hex color #24918D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24918D is #DB6E72. Grayscale: #6F6F6F. Windows color (decimal): -14380659 or 9277732. OLE color: 9277732.

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

Color convert

RGB 36 145 141 -
CMYK 0.75 0 0.03 0.43
HSL 177.8º 0.6% 0.35% -
HSV(B) 177.8º 0.75% 0.57% -
XYZ 15.66 22.55 28.73 -
YUV 111.95 144.39 73.83 -
System Red Green Blue C M Y K H S L
Decimal 36 145 141 0.75 0 0.03 0.43 177.8 0.6 0.35
Hex 24 91 8D 4B 0 3 2B B2 3C 23
Octal 44 221 215 113 0 3 53 262 74 43
Binary 100100 10010001 10001101 1001011 0 11 101011 10110010 111100 100011

Color Harmonies of #24918D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24918D

Black with #24918D

Text Example


Text Example

White with #24918D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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