#24A699

Color #24A699 Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #24A699

Tints of Java #24A699

Color information

#24A699 (or 0x24A699) is unknown color: approx Java. HEX triplet: 24, A6 and 99. RGB value is (36,166,153). Sum of RGB (Red+Green+Blue) = 36+166+153=355 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.14% from 355); Green value is 166 (65.23% from 255 or 46.76% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 166 - color contains mainly: green. Hex color #24A699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24A699 is #DB5966. Grayscale: #7D7D7D. Windows color (decimal): -14375271 or 10069540. OLE color: 10069540.

HSL color Cylindrical-coordinate representation of color #24A699: hue angle of 174º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #24A699 is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB36166153-
CMYK0.7800.080.35
HSL174º64.36%39.61%-
HSV(B)174º78.31%65.1%-
XYZ20.1129.9534.86-
YUV125.65143.4364.06-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.14%
GREEN value IS 166 (65.23% from 255) = 46.76%
BLUE value IS 153 (60.16% from 255) = 43.10%
R=10.14%
G=46.76%
B=43.10%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal361661530.7800.080.3517464.3639.61
Hex24A6994E0823ae4028
Octal442462311160104325610050
Binary1001001010011010011001100111001000100011101011101000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24A699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24A699; }

 p { color: rgb(36,166,153); }

 H1.HeaderClassName
 {
   color: #24A699;
 }
 .AnyTagClassName
 {
   color: #24A699;
 }
</style>
background-color css

<style>
 a { background-color: #24A699; }

 a { background-color: rgb(36,166,153); }

 div.DivClassName
 {
   background-color: #24A699;
 }
 .BgClassName
 {
   background-color: #24A699;
 }
</style>
border-color css

<style>
 span { border-color: #24A699; }

 span { border-color: rgb(36,166,153); }

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