Html Css Color HEX #24928E Java

📋 copy color: '#24928E'

red 36 ◦ green 146 ◦ blue 142

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

Shades of Java #24928E

Tints of Java #24928E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 43.83%

R = 11.11%
G = 45.06%
B = 43.83%

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

#24928E (or 0x24928E) is known color: Java. HEX triplet: 24, 92 and 8E. RGB value is (36,146,142). Sum of RGB (Red+Green+Blue) = 36+146+142=324 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.11% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 142 (55.86% from 255 or 43.83% from 324); Max value from RGB is 146 - color contains mainly: green. Hex color #24928E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24928E is #DB6D71. Grayscale: #707070. Windows color (decimal): -14380402 or 9343524. OLE color: 9343524.

HSL color Cylindrical-coordinate representation of color #24928E: hue angle of 177.82º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #24928E is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB 36 146 142 -
CMYK 0.75 0 0.03 0.43
HSL 177.82º 0.6% 0.36% -
HSV(B) 177.82º 0.75% 0.57% -
XYZ 15.89 22.89 29.17 -
YUV 112.65 144.56 73.33 -
System Red Green Blue C M Y K H S L
Decimal 36 146 142 0.75 0 0.03 0.43 177.82 0.6 0.36
Hex 24 92 8E 4B 0 3 2B B2 3C 24
Octal 44 222 216 113 0 3 53 262 74 44
Binary 100100 10010010 10001110 1001011 0 11 101011 10110010 111100 100100

Color Harmonies of #24928E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24928E

Black with #24928E

Text Example


Text Example

White with #24928E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24928E; }

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

 H1.HeaderClassName
 {
   color: #24928E;
 }
 .AnyTagClassName
 {
   color: #24928E;
 }
</style>

background-color css

<style>
 a { background-color: #24928E; }

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

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

border-color css

<style>
 span { border-color: #24928E; }

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

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