Html Css Color HEX #249F99 Java

📋 copy color: '#249F99'

red 36 ◦ green 159 ◦ blue 153

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

Shades of Java #249F99

Tints of Java #249F99

RGB

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

 GREEN value IS 159 (62.5% from 255) = 45.69%

 BLUE value IS 153 (60.16% from 255) = 43.97%

R = 10.34%
G = 45.69%
B = 43.97%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#249F99 (or 0x249F99) is known color: Java. HEX triplet: 24, 9F and 99. RGB value is (36,159,153). Sum of RGB (Red+Green+Blue) = 36+159+153=348 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.34% from 348); Green value is 159 (62.5% from 255 or 45.69% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 159 - color contains mainly: green. Hex color #249F99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249F99 is #DB6066. Grayscale: #797979. Windows color (decimal): -14377063 or 10067748. OLE color: 10067748.

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

Color convert

RGB 36 159 153 -
CMYK 0.77 0 0.04 0.38
HSL 177.07º 0.63% 0.38% -
HSV(B) 177.07º 0.77% 0.62% -
XYZ 18.88 27.47 34.44 -
YUV 121.54 145.75 66.99 -
System Red Green Blue C M Y K H S L
Decimal 36 159 153 0.77 0 0.04 0.38 177.07 0.63 0.38
Hex 24 9F 99 4D 0 4 26 B1 3F 26
Octal 44 237 231 115 0 4 46 261 77 46
Binary 100100 10011111 10011001 1001101 0 100 100110 10110001 111111 100110

Color Harmonies of #249F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249F99

Black with #249F99

Text Example


Text Example

White with #249F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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