Html Css Color HEX #24969F Java

📋 copy color: '#24969F'

red 36 ◦ green 150 ◦ blue 159

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

Shades of Java #24969F

Tints of Java #24969F

RGB

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

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

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

R = 10.43%
G = 43.48%
B = 46.09%

CMYK

 C value IS 0.77

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#24969F (or 0x24969F) is known color: Java. HEX triplet: 24, 96 and 9F. RGB value is (36,150,159). Sum of RGB (Red+Green+Blue) = 36+150+159=345 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.43% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 159 (62.5% from 255 or 46.09% from 345); Max value from RGB is 159 - color contains mainly: blue. Hex color #24969F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24969F is #DB6960. Grayscale: #747474. Windows color (decimal): -14379361 or 10458660. OLE color: 10458660.

HSL color Cylindrical-coordinate representation of color #24969F: hue angle of 184.39º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24969F is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 36 150 159 -
CMYK 0.77 0.06 0 0.38
HSL 184.39º 0.63% 0.38% -
HSV(B) 184.39º 0.77% 0.62% -
XYZ 17.89 24.69 36.62 -
YUV 116.94 151.73 70.27 -
System Red Green Blue C M Y K H S L
Decimal 36 150 159 0.77 0.06 0 0.38 184.39 0.63 0.38
Hex 24 96 9F 4D 6 0 26 B8 3F 26
Octal 44 226 237 115 6 0 46 270 77 46
Binary 100100 10010110 10011111 1001101 110 0 100110 10111000 111111 100110

Color Harmonies of #24969F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24969F

Black with #24969F

Text Example


Text Example

White with #24969F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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