Html Css Color HEX #249A95 Java

📋 copy color: '#249A95'

red 36 ◦ green 154 ◦ blue 149

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

Shades of Java #249A95

Tints of Java #249A95

RGB

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

 GREEN value IS 154 (60.55% from 255) = 45.43%

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

R = 10.62%
G = 45.43%
B = 43.95%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#249A95 (or 0x249A95) is known color: Java. HEX triplet: 24, 9A and 95. RGB value is (36,154,149). Sum of RGB (Red+Green+Blue) = 36+154+149=339 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.62% from 339); Green value is 154 (60.55% from 255 or 45.43% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 154 - color contains mainly: green. Hex color #249A95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249A95 is #DB656A. Grayscale: #767676. Windows color (decimal): -14378347 or 9804324. OLE color: 9804324.

HSL color Cylindrical-coordinate representation of color #249A95: hue angle of 177.46º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249A95 is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB 36 154 149 -
CMYK 0.77 0 0.03 0.40
HSL 177.46º 0.62% 0.37% -
HSV(B) 177.46º 0.77% 0.6% -
XYZ 17.71 25.66 32.45 -
YUV 118.15 145.41 69.41 -
System Red Green Blue C M Y K H S L
Decimal 36 154 149 0.77 0 0.03 0.40 177.46 0.62 0.37
Hex 24 9A 95 4D 0 3 28 B1 3E 25
Octal 44 232 225 115 0 3 50 261 76 45
Binary 100100 10011010 10010101 1001101 0 11 101000 10110001 111110 100101

Color Harmonies of #249A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249A95

Black with #249A95

Text Example


Text Example

White with #249A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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