Html Css Color HEX #24929A Java

📋 copy color: '#24929A'

red 36 ◦ green 146 ◦ blue 154

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

Shades of Java #24929A

Tints of Java #24929A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 45.83%

R = 10.71%
G = 43.45%
B = 45.83%

CMYK

 C value IS 0.77

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#24929A (or 0x24929A) is known color: Java. HEX triplet: 24, 92 and 9A. RGB value is (36,146,154). Sum of RGB (Red+Green+Blue) = 36+146+154=336 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.71% from 336); Green value is 146 (57.42% from 255 or 43.45% from 336); Blue value is 154 (60.55% from 255 or 45.83% from 336); Max value from RGB is 154 - color contains mainly: blue. Hex color #24929A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24929A is #DB6D65. Grayscale: #717171. Windows color (decimal): -14380390 or 10129956. OLE color: 10129956.

HSL color Cylindrical-coordinate representation of color #24929A: hue angle of 184.07º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24929A is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 36 146 154 -
CMYK 0.77 0.05 0 0.40
HSL 184.07º 0.62% 0.37% -
HSV(B) 184.07º 0.77% 0.6% -
XYZ 16.84 23.27 34.18 -
YUV 114.02 150.56 72.35 -
System Red Green Blue C M Y K H S L
Decimal 36 146 154 0.77 0.05 0 0.40 184.07 0.62 0.37
Hex 24 92 9A 4D 5 0 28 B8 3E 25
Octal 44 222 232 115 5 0 50 270 76 45
Binary 100100 10010010 10011010 1001101 101 0 101000 10111000 111110 100101

Color Harmonies of #24929A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24929A

Black with #24929A

Text Example


Text Example

White with #24929A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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