Html Css Color HEX #24939F Java

📋 copy color: '#24939F'

red 36 ◦ green 147 ◦ blue 159

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

Shades of Java #24939F

Tints of Java #24939F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 46.49%

R = 10.53%
G = 42.98%
B = 46.49%

CMYK

 C value IS 0.77

 M value IS 0.08

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#24939F (or 0x24939F) is known color: Java. HEX triplet: 24, 93 and 9F. RGB value is (36,147,159). Sum of RGB (Red+Green+Blue) = 36+147+159=342 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.53% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 159 (62.5% from 255 or 46.49% from 342); Max value from RGB is 159 - color contains mainly: blue. Hex color #24939F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24939F is #DB6C60. Grayscale: #737373. Windows color (decimal): -14380129 or 10457892. OLE color: 10457892.

HSL color Cylindrical-coordinate representation of color #24939F: hue angle of 185.85º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24939F is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 36 147 159 -
CMYK 0.77 0.08 0 0.38
HSL 185.85º 0.63% 0.38% -
HSV(B) 185.85º 0.77% 0.62% -
XYZ 17.42 23.75 36.47 -
YUV 115.18 152.73 71.52 -
System Red Green Blue C M Y K H S L
Decimal 36 147 159 0.77 0.08 0 0.38 185.85 0.63 0.38
Hex 24 93 9F 4D 8 0 26 BA 3F 26
Octal 44 223 237 115 10 0 46 272 77 46
Binary 100100 10010011 10011111 1001101 1000 0 100110 10111010 111111 100110

Color Harmonies of #24939F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24939F

Black with #24939F

Text Example


Text Example

White with #24939F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24939F; }

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

 H1.HeaderClassName
 {
   color: #24939F;
 }
 .AnyTagClassName
 {
   color: #24939F;
 }
</style>

background-color css

<style>
 a { background-color: #24939F; }

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

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

border-color css

<style>
 span { border-color: #24939F; }

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

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