Html Css Color HEX #24968F Java

📋 copy color: '#24968F'

red 36 ◦ green 150 ◦ blue 143

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

Shades of Java #24968F

Tints of Java #24968F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.59%

 BLUE value IS 143 (56.25% from 255) = 43.47%

R = 10.94%
G = 45.59%
B = 43.47%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#24968F (or 0x24968F) is known color: Java. HEX triplet: 24, 96 and 8F. RGB value is (36,150,143). Sum of RGB (Red+Green+Blue) = 36+150+143=329 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.94% from 329); Green value is 150 (58.98% from 255 or 45.59% from 329); Blue value is 143 (56.25% from 255 or 43.47% from 329); Max value from RGB is 150 - color contains mainly: green. Hex color #24968F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24968F is #DB6970. Grayscale: #737373. Windows color (decimal): -14379377 or 9410084. OLE color: 9410084.

HSL color Cylindrical-coordinate representation of color #24968F: hue angle of 176.32º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #24968F is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 36 150 143 -
CMYK 0.76 0 0.05 0.41
HSL 176.32º 0.61% 0.36% -
HSV(B) 176.32º 0.76% 0.59% -
XYZ 16.59 24.17 29.78 -
YUV 115.12 143.73 71.57 -
System Red Green Blue C M Y K H S L
Decimal 36 150 143 0.76 0 0.05 0.41 176.32 0.61 0.36
Hex 24 96 8F 4C 0 5 29 B0 3D 24
Octal 44 226 217 114 0 5 51 260 75 44
Binary 100100 10010110 10001111 1001100 0 101 101001 10110000 111101 100100

Color Harmonies of #24968F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24968F

Black with #24968F

Text Example


Text Example

White with #24968F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24968F; }

 p { color: rgb(36,150,143); }

 H1.HeaderClassName
 {
   color: #24968F;
 }
 .AnyTagClassName
 {
   color: #24968F;
 }
</style>

background-color css

<style>
 a { background-color: #24968F; }

 a { background-color: rgb(36,150,143); }

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

border-color css

<style>
 span { border-color: #24968F; }

 span { border-color: rgb(36,150,143); }

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