Html Css Color HEX #24A29F Java

📋 copy color: '#24A29F'

red 36 ◦ green 162 ◦ blue 159

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

Shades of Java #24A29F

Tints of Java #24A29F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 45.38%

 BLUE value IS 159 (62.5% from 255) = 44.54%

R = 10.08%
G = 45.38%
B = 44.54%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#24A29F (or 0x24A29F) is known color: Java. HEX triplet: 24, A2 and 9F. RGB value is (36,162,159). Sum of RGB (Red+Green+Blue) = 36+162+159=357 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.08% from 357); Green value is 162 (63.67% from 255 or 45.38% from 357); Blue value is 159 (62.5% from 255 or 44.54% from 357); Max value from RGB is 162 - color contains mainly: green. Hex color #24A29F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24A29F is #DB5D60. Grayscale: #7B7B7B. Windows color (decimal): -14376289 or 10461732. OLE color: 10461732.

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

Color convert

RGB 36 162 159 -
CMYK 0.78 0 0.02 0.36
HSL 178.57º 0.64% 0.39% -
HSV(B) 178.57º 0.78% 0.64% -
XYZ 19.91 28.72 37.3 -
YUV 123.98 147.76 65.24 -
System Red Green Blue C M Y K H S L
Decimal 36 162 159 0.78 0 0.02 0.36 178.57 0.64 0.39
Hex 24 A2 9F 4E 0 2 24 B3 40 27
Octal 44 242 237 116 0 2 44 263 100 47
Binary 100100 10100010 10011111 1001110 0 10 100100 10110011 1000000 100111

Color Harmonies of #24A29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24A29F

Black with #24A29F

Text Example


Text Example

White with #24A29F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,162,159); }

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

background-color css

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

 a { background-color: rgb(36,162,159); }

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

border-color css

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

 span { border-color: rgb(36,162,159); }

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