Html Css Color HEX #24948B Java

📋 copy color: '#24948B'

red 36 ◦ green 148 ◦ blue 139

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

Shades of Java #24948B

Tints of Java #24948B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.82%

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

R = 11.15%
G = 45.82%
B = 43.03%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#24948B (or 0x24948B) is known color: Java. HEX triplet: 24, 94 and 8B. RGB value is (36,148,139). Sum of RGB (Red+Green+Blue) = 36+148+139=323 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.15% from 323); Green value is 148 (58.20% from 255 or 45.82% from 323); Blue value is 139 (54.69% from 255 or 43.03% from 323); Max value from RGB is 148 - color contains mainly: green. Hex color #24948B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24948B is #DB6B74. Grayscale: #717171. Windows color (decimal): -14379893 or 9147428. OLE color: 9147428.

HSL color Cylindrical-coordinate representation of color #24948B: hue angle of 175.18º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #24948B is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 36 148 139 -
CMYK 0.76 0 0.06 0.42
HSL 175.18º 0.61% 0.36% -
HSV(B) 175.18º 0.76% 0.58% -
XYZ 15.98 23.42 28.1 -
YUV 113.49 142.39 72.73 -
System Red Green Blue C M Y K H S L
Decimal 36 148 139 0.76 0 0.06 0.42 175.18 0.61 0.36
Hex 24 94 8B 4C 0 6 2A AF 3D 24
Octal 44 224 213 114 0 6 52 257 75 44
Binary 100100 10010100 10001011 1001100 0 110 101010 10101111 111101 100100

Color Harmonies of #24948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24948B

Black with #24948B

Text Example


Text Example

White with #24948B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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