Html Css Color HEX #24A0A1 Java

📋 copy color: '#24A0A1'

red 36 ◦ green 160 ◦ blue 161

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

Shades of Java #24A0A1

Tints of Java #24A0A1

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.82%

 BLUE value IS 161 (63.28% from 255) = 45.1%

R = 10.08%
G = 44.82%
B = 45.1%

CMYK

 C value IS 0.78

 M value IS 0.01

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#24A0A1 (or 0x24A0A1) is known color: Java. HEX triplet: 24, A0 and A1. RGB value is (36,160,161). Sum of RGB (Red+Green+Blue) = 36+160+161=357 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.08% from 357); Green value is 160 (62.89% from 255 or 44.82% from 357); Blue value is 161 (63.28% from 255 or 45.10% from 357); Max value from RGB is 161 - color contains mainly: blue. Hex color #24A0A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24A0A1 is #DB5F5E. Grayscale: #7A7A7A. Windows color (decimal): -14376799 or 10592292. OLE color: 10592292.

HSL color Cylindrical-coordinate representation of color #24A0A1: hue angle of 180.48º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #24A0A1 is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 36 160 161 -
CMYK 0.78 0.01 0 0.37
HSL 180.48º 0.63% 0.39% -
HSV(B) 180.48º 0.78% 0.63% -
XYZ 19.73 28.09 38.1 -
YUV 123.04 149.42 65.92 -
System Red Green Blue C M Y K H S L
Decimal 36 160 161 0.78 0.01 0 0.37 180.48 0.63 0.39
Hex 24 A0 A1 4E 1 0 25 B4 3F 27
Octal 44 240 241 116 1 0 45 264 77 47
Binary 100100 10100000 10100001 1001110 1 0 100101 10110100 111111 100111

Color Harmonies of #24A0A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24A0A1

Black with #24A0A1

Text Example


Text Example

White with #24A0A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,160,161); }

 H1.HeaderClassName
 {
   color: #24A0A1;
 }
 .AnyTagClassName
 {
   color: #24A0A1;
 }
</style>

background-color css

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

 a { background-color: rgb(36,160,161); }

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

border-color css

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

 span { border-color: rgb(36,160,161); }

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