Html Css Color HEX #24929C Java

📋 copy color: '#24929C'

red 36 ◦ green 146 ◦ blue 156

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

Shades of Java #24929C

Tints of Java #24929C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 46.15%

R = 10.65%
G = 43.2%
B = 46.15%

CMYK

 C value IS 0.77

 M value IS 0.06

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#24929C (or 0x24929C) is known color: Java. HEX triplet: 24, 92 and 9C. RGB value is (36,146,156). Sum of RGB (Red+Green+Blue) = 36+146+156=338 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.65% from 338); Green value is 146 (57.42% from 255 or 43.20% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 156 - color contains mainly: blue. Hex color #24929C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24929C is #DB6D63. Grayscale: #727272. Windows color (decimal): -14380388 or 10261028. OLE color: 10261028.

HSL color Cylindrical-coordinate representation of color #24929C: hue angle of 185º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24929C is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 36 146 156 -
CMYK 0.77 0.06 0 0.39
HSL 185º 0.63% 0.38% -
HSV(B) 185º 0.77% 0.61% -
XYZ 17.01 23.33 35.06 -
YUV 114.25 151.56 72.19 -
System Red Green Blue C M Y K H S L
Decimal 36 146 156 0.77 0.06 0 0.39 185 0.63 0.38
Hex 24 92 9C 4D 6 0 27 B9 3E 26
Octal 44 222 234 115 6 0 47 271 76 46
Binary 100100 10010010 10011100 1001101 110 0 100111 10111001 111110 100110

Color Harmonies of #24929C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24929C

Black with #24929C

Text Example


Text Example

White with #24929C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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