Html Css Color HEX #249D95 Java

📋 copy color: '#249D95'

red 36 ◦ green 157 ◦ blue 149

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

Shades of Java #249D95

Tints of Java #249D95

RGB

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

 GREEN value IS 157 (61.72% from 255) = 45.91%

 BLUE value IS 149 (58.59% from 255) = 43.57%

R = 10.53%
G = 45.91%
B = 43.57%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.05

 K value IS 0.38

RGB Variations

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

Color information

#249D95 (or 0x249D95) is known color: Java. HEX triplet: 24, 9D and 95. RGB value is (36,157,149). Sum of RGB (Red+Green+Blue) = 36+157+149=342 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.53% from 342); Green value is 157 (61.72% from 255 or 45.91% from 342); Blue value is 149 (58.59% from 255 or 43.57% from 342); Max value from RGB is 157 - color contains mainly: green. Hex color #249D95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249D95 is #DB626A. Grayscale: #777777. Windows color (decimal): -14377579 or 9805092. OLE color: 9805092.

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

Color convert

RGB 36 157 149 -
CMYK 0.77 0 0.05 0.38
HSL 176.03º 0.63% 0.38% -
HSV(B) 176.03º 0.77% 0.62% -
XYZ 18.21 26.66 32.62 -
YUV 119.91 144.41 68.15 -
System Red Green Blue C M Y K H S L
Decimal 36 157 149 0.77 0 0.05 0.38 176.03 0.63 0.38
Hex 24 9D 95 4D 0 5 26 B0 3F 26
Octal 44 235 225 115 0 5 46 260 77 46
Binary 100100 10011101 10010101 1001101 0 101 100110 10110000 111111 100110

Color Harmonies of #249D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249D95

Black with #249D95

Text Example


Text Example

White with #249D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,157,149); }

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

background-color css

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

 a { background-color: rgb(36,157,149); }

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

border-color css

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

 span { border-color: rgb(36,157,149); }

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