Html Css Color HEX #24969B Java

📋 copy color: '#24969B'

red 36 ◦ green 150 ◦ blue 155

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

Shades of Java #24969B

Tints of Java #24969B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 45.45%

R = 10.56%
G = 43.99%
B = 45.45%

CMYK

 C value IS 0.77

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#24969B (or 0x24969B) is known color: Java. HEX triplet: 24, 96 and 9B. RGB value is (36,150,155). Sum of RGB (Red+Green+Blue) = 36+150+155=341 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.56% from 341); Green value is 150 (58.98% from 255 or 43.99% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #24969B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24969B is #DB6964. Grayscale: #747474. Windows color (decimal): -14379365 or 10196516. OLE color: 10196516.

HSL color Cylindrical-coordinate representation of color #24969B: hue angle of 182.52º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24969B is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 36 150 155 -
CMYK 0.77 0.03 0 0.39
HSL 182.52º 0.62% 0.37% -
HSV(B) 182.52º 0.77% 0.61% -
XYZ 17.55 24.55 34.82 -
YUV 116.48 149.73 70.59 -
System Red Green Blue C M Y K H S L
Decimal 36 150 155 0.77 0.03 0 0.39 182.52 0.62 0.37
Hex 24 96 9B 4D 3 0 27 B7 3E 25
Octal 44 226 233 115 3 0 47 267 76 45
Binary 100100 10010110 10011011 1001101 11 0 100111 10110111 111110 100101

Color Harmonies of #24969B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24969B

Black with #24969B

Text Example


Text Example

White with #24969B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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