Html Css Color HEX #249B97 Java

📋 copy color: '#249B97'

red 36 ◦ green 155 ◦ blue 151

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

Shades of Java #249B97

Tints of Java #249B97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 44.15%

R = 10.53%
G = 45.32%
B = 44.15%

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

#249B97 (or 0x249B97) is known color: Java. HEX triplet: 24, 9B and 97. RGB value is (36,155,151). Sum of RGB (Red+Green+Blue) = 36+155+151=342 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.53% from 342); Green value is 155 (60.94% from 255 or 45.32% from 342); Blue value is 151 (59.38% from 255 or 44.15% from 342); Max value from RGB is 155 - color contains mainly: green. Hex color #249B97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249B97 is #DB6468. Grayscale: #767676. Windows color (decimal): -14378089 or 9935652. OLE color: 9935652.

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

Color convert

RGB 36 155 151 -
CMYK 0.77 0 0.03 0.39
HSL 177.98º 0.62% 0.37% -
HSV(B) 177.98º 0.77% 0.61% -
XYZ 18.03 26.05 33.36 -
YUV 118.96 146.08 68.83 -
System Red Green Blue C M Y K H S L
Decimal 36 155 151 0.77 0 0.03 0.39 177.98 0.62 0.37
Hex 24 9B 97 4D 0 3 27 B2 3E 25
Octal 44 233 227 115 0 3 47 262 76 45
Binary 100100 10011011 10010111 1001101 0 11 100111 10110010 111110 100101

Color Harmonies of #249B97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249B97

Black with #249B97

Text Example


Text Example

White with #249B97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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