Html Css Color HEX #249E9E Java

📋 copy color: '#249E9E'

red 36 ◦ green 158 ◦ blue 158

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

Shades of Java #249E9E

Tints of Java #249E9E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 44.89%

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

R = 10.23%
G = 44.89%
B = 44.89%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#249E9E (or 0x249E9E) is known color: Java. HEX triplet: 24, 9E and 9E. RGB value is (36,158,158). Sum of RGB (Red+Green+Blue) = 36+158+158=352 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.23% from 352); Green value is 158 (62.11% from 255 or 44.89% from 352); Blue value is 158 (62.11% from 255 or 44.89% from 352); Max value from RGB is 158 - color contains mainly: green, blue. Hex color #249E9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249E9E is #DB6161. Grayscale: #797979. Windows color (decimal): -14377314 or 10395172. OLE color: 10395172.

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

Color convert

RGB 36 158 158 -
CMYK 0.77 0 0 0.38
HSL 180º 0.63% 0.38% -
HSV(B) 180º 0.77% 0.62% -
XYZ 19.13 27.3 36.61 -
YUV 121.52 148.58 67 -
System Red Green Blue C M Y K H S L
Decimal 36 158 158 0.77 0 0 0.38 180 0.63 0.38
Hex 24 9E 9E 4D 0 0 26 B4 3F 26
Octal 44 236 236 115 0 0 46 264 77 46
Binary 100100 10011110 10011110 1001101 0 0 100110 10110100 111111 100110

Color Harmonies of #249E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249E9E

Black with #249E9E

Text Example


Text Example

White with #249E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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