Html Css Color HEX #24908B Java

📋 copy color: '#24908B'

red 36 ◦ green 144 ◦ blue 139

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

Shades of Java #24908B

Tints of Java #24908B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45.14%

 BLUE value IS 139 (54.69% from 255) = 43.57%

R = 11.29%
G = 45.14%
B = 43.57%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#24908B (or 0x24908B) is known color: Java. HEX triplet: 24, 90 and 8B. RGB value is (36,144,139). Sum of RGB (Red+Green+Blue) = 36+144+139=319 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.29% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 144 - color contains mainly: green. Hex color #24908B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24908B is #DB6F74. Grayscale: #6F6F6F. Windows color (decimal): -14380917 or 9146404. OLE color: 9146404.

HSL color Cylindrical-coordinate representation of color #24908B: hue angle of 177.22º 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 #24908B is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 36 144 139 -
CMYK 0.75 0 0.03 0.44
HSL 177.22º 0.6% 0.35% -
HSV(B) 177.22º 0.75% 0.56% -
XYZ 15.36 22.19 27.9 -
YUV 111.14 143.72 74.41 -
System Red Green Blue C M Y K H S L
Decimal 36 144 139 0.75 0 0.03 0.44 177.22 0.6 0.35
Hex 24 90 8B 4B 0 3 2C B1 3C 23
Octal 44 220 213 113 0 3 54 261 74 43
Binary 100100 10010000 10001011 1001011 0 11 101100 10110001 111100 100011

Color Harmonies of #24908B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24908B

Black with #24908B

Text Example


Text Example

White with #24908B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24908B; }

 p { color: rgb(36,144,139); }

 H1.HeaderClassName
 {
   color: #24908B;
 }
 .AnyTagClassName
 {
   color: #24908B;
 }
</style>

background-color css

<style>
 a { background-color: #24908B; }

 a { background-color: rgb(36,144,139); }

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

border-color css

<style>
 span { border-color: #24908B; }

 span { border-color: rgb(36,144,139); }

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