Html Css Color HEX #249B96 Java

📋 copy color: '#249B96'

red 36 ◦ green 155 ◦ blue 150

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

Shades of Java #249B96

Tints of Java #249B96

RGB

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

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

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

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

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #249B96: hue angle of 177.48º 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 #249B96 is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB 36 155 150 -
CMYK 0.77 0 0.03 0.39
HSL 177.48º 0.62% 0.37% -
HSV(B) 177.48º 0.77% 0.61% -
XYZ 17.95 26.02 32.93 -
YUV 118.85 145.58 68.91 -
System Red Green Blue C M Y K H S L
Decimal 36 155 150 0.77 0 0.03 0.39 177.48 0.62 0.37
Hex 24 9B 96 4D 0 3 27 B1 3E 25
Octal 44 233 226 115 0 3 47 261 76 45
Binary 100100 10011011 10010110 1001101 0 11 100111 10110001 111110 100101

Color Harmonies of #249B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249B96

Black with #249B96

Text Example


Text Example

White with #249B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249B96; }

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

 H1.HeaderClassName
 {
   color: #249B96;
 }
 .AnyTagClassName
 {
   color: #249B96;
 }
</style>

background-color css

<style>
 a { background-color: #249B96; }

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

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

border-color css

<style>
 span { border-color: #249B96; }

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

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