Html Css Color HEX #24929F Java

📋 copy color: '#24929F'

red 36 ◦ green 146 ◦ blue 159

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

Shades of Java #24929F

Tints of Java #24929F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.82%

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

R = 10.56%
G = 42.82%
B = 46.63%

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

#24929F (or 0x24929F) is known color: Java. HEX triplet: 24, 92 and 9F. RGB value is (36,146,159). Sum of RGB (Red+Green+Blue) = 36+146+159=341 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.56% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 159 (62.5% from 255 or 46.63% from 341); Max value from RGB is 159 - color contains mainly: blue. Hex color #24929F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24929F is #DB6D60. Grayscale: #727272. Windows color (decimal): -14380385 or 10457636. OLE color: 10457636.

HSL color Cylindrical-coordinate representation of color #24929F: hue angle of 186.34º 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 #24929F is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 36 146 159 -
CMYK 0.77 0.08 0 0.38
HSL 186.34º 0.63% 0.38% -
HSV(B) 186.34º 0.77% 0.62% -
XYZ 17.26 23.44 36.41 -
YUV 114.59 153.06 71.94 -
System Red Green Blue C M Y K H S L
Decimal 36 146 159 0.77 0.08 0 0.38 186.34 0.63 0.38
Hex 24 92 9F 4D 8 0 26 BA 3F 26
Octal 44 222 237 115 10 0 46 272 77 46
Binary 100100 10010010 10011111 1001101 1000 0 100110 10111010 111111 100110

Color Harmonies of #24929F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24929F

Black with #24929F

Text Example


Text Example

White with #24929F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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