Html Css Color HEX #249F9E Java

📋 copy color: '#249F9E'

red 36 ◦ green 159 ◦ blue 158

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

Shades of Java #249F9E

Tints of Java #249F9E

RGB

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

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

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

R = 10.2%
G = 45.04%
B = 44.76%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#249F9E (or 0x249F9E) is known color: Java. HEX triplet: 24, 9F and 9E. RGB value is (36,159,158). Sum of RGB (Red+Green+Blue) = 36+159+158=353 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.20% from 353); Green value is 159 (62.5% from 255 or 45.04% from 353); Blue value is 158 (62.11% from 255 or 44.76% from 353); Max value from RGB is 159 - color contains mainly: green. Hex color #249F9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249F9E is #DB6061. Grayscale: #797979. Windows color (decimal): -14377058 or 10395428. OLE color: 10395428.

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

Color convert

RGB 36 159 158 -
CMYK 0.77 0 0.01 0.38
HSL 179.51º 0.63% 0.38% -
HSV(B) 179.51º 0.77% 0.62% -
XYZ 19.3 27.64 36.67 -
YUV 122.11 148.25 66.58 -
System Red Green Blue C M Y K H S L
Decimal 36 159 158 0.77 0 0.01 0.38 179.51 0.63 0.38
Hex 24 9F 9E 4D 0 1 26 B4 3F 26
Octal 44 237 236 115 0 1 46 264 77 46
Binary 100100 10011111 10011110 1001101 0 1 100110 10110100 111111 100110

Color Harmonies of #249F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249F9E

Black with #249F9E

Text Example


Text Example

White with #249F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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