Html Css Color HEX #24959C Java

📋 copy color: '#24959C'

red 36 ◦ green 149 ◦ blue 156

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

Shades of Java #24959C

Tints of Java #24959C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.7%

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

R = 10.56%
G = 43.7%
B = 45.75%

CMYK

 C value IS 0.77

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#24959C (or 0x24959C) is known color: Java. HEX triplet: 24, 95 and 9C. RGB value is (36,149,156). Sum of RGB (Red+Green+Blue) = 36+149+156=341 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.56% from 341); Green value is 149 (58.59% from 255 or 43.70% from 341); Blue value is 156 (61.33% from 255 or 45.75% from 341); Max value from RGB is 156 - color contains mainly: blue. Hex color #24959C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24959C is #DB6A63. Grayscale: #737373. Windows color (decimal): -14379620 or 10261796. OLE color: 10261796.

HSL color Cylindrical-coordinate representation of color #24959C: hue angle of 183.5º 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 #24959C is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 36 149 156 -
CMYK 0.77 0.04 0 0.39
HSL 183.5º 0.63% 0.38% -
HSV(B) 183.5º 0.77% 0.61% -
XYZ 17.48 24.27 35.22 -
YUV 116.01 150.56 70.93 -
System Red Green Blue C M Y K H S L
Decimal 36 149 156 0.77 0.04 0 0.39 183.5 0.63 0.38
Hex 24 95 9C 4D 4 0 27 B8 3E 26
Octal 44 225 234 115 4 0 47 270 76 46
Binary 100100 10010101 10011100 1001101 100 0 100111 10111000 111110 100110

Color Harmonies of #24959C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24959C

Black with #24959C

Text Example


Text Example

White with #24959C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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