Html Css Color HEX #249A9E Java

📋 copy color: '#249A9E'

red 36 ◦ green 154 ◦ blue 158

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

Shades of Java #249A9E

Tints of Java #249A9E

RGB

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

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

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

R = 10.34%
G = 44.25%
B = 45.4%

CMYK

 C value IS 0.77

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#249A9E (or 0x249A9E) is known color: Java. HEX triplet: 24, 9A and 9E. RGB value is (36,154,158). Sum of RGB (Red+Green+Blue) = 36+154+158=348 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.34% from 348); Green value is 154 (60.55% from 255 or 44.25% from 348); Blue value is 158 (62.11% from 255 or 45.40% from 348); Max value from RGB is 158 - color contains mainly: blue. Hex color #249A9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249A9E is #DB6561. Grayscale: #777777. Windows color (decimal): -14378338 or 10394148. OLE color: 10394148.

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

Color convert

RGB 36 154 158 -
CMYK 0.77 0.03 0 0.38
HSL 181.97º 0.63% 0.38% -
HSV(B) 181.97º 0.77% 0.62% -
XYZ 18.45 25.95 36.38 -
YUV 119.17 149.91 68.67 -
System Red Green Blue C M Y K H S L
Decimal 36 154 158 0.77 0.03 0 0.38 181.97 0.63 0.38
Hex 24 9A 9E 4D 3 0 26 B6 3F 26
Octal 44 232 236 115 3 0 46 266 77 46
Binary 100100 10011010 10011110 1001101 11 0 100110 10110110 111111 100110

Color Harmonies of #249A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249A9E

Black with #249A9E

Text Example


Text Example

White with #249A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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