Html Css Color HEX #24908D Java

📋 copy color: '#24908D'

red 36 ◦ green 144 ◦ blue 141

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

Shades of Java #24908D

Tints of Java #24908D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 43.93%

R = 11.21%
G = 44.86%
B = 43.93%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#24908D (or 0x24908D) is known color: Java. HEX triplet: 24, 90 and 8D. RGB value is (36,144,141). Sum of RGB (Red+Green+Blue) = 36+144+141=321 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.21% from 321); Green value is 144 (56.64% from 255 or 44.86% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 144 - color contains mainly: green. Hex color #24908D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24908D is #DB6F72. Grayscale: #6F6F6F. Windows color (decimal): -14380915 or 9277476. OLE color: 9277476.

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

Color convert

RGB 36 144 141 -
CMYK 0.75 0 0.02 0.44
HSL 178.33º 0.6% 0.35% -
HSV(B) 178.33º 0.75% 0.56% -
XYZ 15.51 22.24 28.68 -
YUV 111.37 144.72 74.24 -
System Red Green Blue C M Y K H S L
Decimal 36 144 141 0.75 0 0.02 0.44 178.33 0.6 0.35
Hex 24 90 8D 4B 0 2 2C B2 3C 23
Octal 44 220 215 113 0 2 54 262 74 43
Binary 100100 10010000 10001101 1001011 0 10 101100 10110010 111100 100011

Color Harmonies of #24908D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24908D

Black with #24908D

Text Example


Text Example

White with #24908D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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