Html Css Color HEX #24969E Java

📋 copy color: '#24969E'

red 36 ◦ green 150 ◦ blue 158

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

Shades of Java #24969E

Tints of Java #24969E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 45.93%

R = 10.47%
G = 43.6%
B = 45.93%

CMYK

 C value IS 0.77

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#24969E (or 0x24969E) is known color: Java. HEX triplet: 24, 96 and 9E. RGB value is (36,150,158). Sum of RGB (Red+Green+Blue) = 36+150+158=344 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.47% from 344); Green value is 150 (58.98% from 255 or 43.60% from 344); Blue value is 158 (62.11% from 255 or 45.93% from 344); Max value from RGB is 158 - color contains mainly: blue. Hex color #24969E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24969E is #DB6961. Grayscale: #747474. Windows color (decimal): -14379362 or 10393124. OLE color: 10393124.

HSL color Cylindrical-coordinate representation of color #24969E: hue angle of 183.93º 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 #24969E is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 36 150 158 -
CMYK 0.77 0.05 0 0.38
HSL 183.93º 0.63% 0.38% -
HSV(B) 183.93º 0.77% 0.62% -
XYZ 17.81 24.66 36.17 -
YUV 116.83 151.23 70.35 -
System Red Green Blue C M Y K H S L
Decimal 36 150 158 0.77 0.05 0 0.38 183.93 0.63 0.38
Hex 24 96 9E 4D 5 0 26 B8 3F 26
Octal 44 226 236 115 5 0 46 270 77 46
Binary 100100 10010110 10011110 1001101 101 0 100110 10111000 111111 100110

Color Harmonies of #24969E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24969E

Black with #24969E

Text Example


Text Example

White with #24969E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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