Html Css Color HEX #249A98 Java

📋 copy color: '#249A98'

red 36 ◦ green 154 ◦ blue 152

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

Shades of Java #249A98

Tints of Java #249A98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 44.44%

R = 10.53%
G = 45.03%
B = 44.44%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#249A98 (or 0x249A98) is known color: Java. HEX triplet: 24, 9A and 98. RGB value is (36,154,152). Sum of RGB (Red+Green+Blue) = 36+154+152=342 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.53% from 342); Green value is 154 (60.55% from 255 or 45.03% from 342); Blue value is 152 (59.77% from 255 or 44.44% from 342); Max value from RGB is 154 - color contains mainly: green. Hex color #249A98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249A98 is #DB6567. Grayscale: #767676. Windows color (decimal): -14378344 or 10000932. OLE color: 10000932.

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

Color convert

RGB 36 154 152 -
CMYK 0.77 0 0.01 0.40
HSL 178.98º 0.62% 0.37% -
HSV(B) 178.98º 0.77% 0.6% -
XYZ 17.95 25.75 33.73 -
YUV 118.49 146.91 69.16 -
System Red Green Blue C M Y K H S L
Decimal 36 154 152 0.77 0 0.01 0.40 178.98 0.62 0.37
Hex 24 9A 98 4D 0 1 28 B3 3E 25
Octal 44 232 230 115 0 1 50 263 76 45
Binary 100100 10011010 10011000 1001101 0 1 101000 10110011 111110 100101

Color Harmonies of #249A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249A98

Black with #249A98

Text Example


Text Example

White with #249A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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