Html Css Color HEX #24838E Java

📋 copy color: '#24838E'

red 36 ◦ green 131 ◦ blue 142

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

Shades of Java #24838E

Tints of Java #24838E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.39%

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

R = 11.65%
G = 42.39%
B = 45.95%

CMYK

 C value IS 0.75

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#24838E (or 0x24838E) is known color: Java. HEX triplet: 24, 83 and 8E. RGB value is (36,131,142). Sum of RGB (Red+Green+Blue) = 36+131+142=309 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.65% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 142 - color contains mainly: blue. Hex color #24838E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24838E is #DB7C71. Grayscale: #676767. Windows color (decimal): -14384242 or 9339684. OLE color: 9339684.

HSL color Cylindrical-coordinate representation of color #24838E: hue angle of 186.23º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #24838E is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 36 131 142 -
CMYK 0.75 0.08 0 0.44
HSL 186.23º 0.6% 0.35% -
HSV(B) 186.23º 0.75% 0.56% -
XYZ 13.73 18.56 28.45 -
YUV 103.85 149.53 79.61 -
System Red Green Blue C M Y K H S L
Decimal 36 131 142 0.75 0.08 0 0.44 186.23 0.6 0.35
Hex 24 83 8E 4B 8 0 2C BA 3C 23
Octal 44 203 216 113 10 0 54 272 74 43
Binary 100100 10000011 10001110 1001011 1000 0 101100 10111010 111100 100011

Color Harmonies of #24838E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24838E

Black with #24838E

Text Example


Text Example

White with #24838E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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