Html Css Color HEX #249C94 Java

📋 copy color: '#249C94'

red 36 ◦ green 156 ◦ blue 148

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

Shades of Java #249C94

Tints of Java #249C94

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.88%

 BLUE value IS 148 (58.2% from 255) = 43.53%

R = 10.59%
G = 45.88%
B = 43.53%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#249C94 (or 0x249C94) is known color: Java. HEX triplet: 24, 9C and 94. RGB value is (36,156,148). Sum of RGB (Red+Green+Blue) = 36+156+148=340 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.59% from 340); Green value is 156 (61.33% from 255 or 45.88% from 340); Blue value is 148 (58.20% from 255 or 43.53% from 340); Max value from RGB is 156 - color contains mainly: green. Hex color #249C94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249C94 is #DB636B. Grayscale: #777777. Windows color (decimal): -14377836 or 9739300. OLE color: 9739300.

HSL color Cylindrical-coordinate representation of color #249C94: hue angle of 176º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249C94 is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB 36 156 148 -
CMYK 0.77 0 0.05 0.39
HSL 176º 0.63% 0.38% -
HSV(B) 176º 0.77% 0.61% -
XYZ 17.96 26.29 32.14 -
YUV 119.21 144.24 68.65 -
System Red Green Blue C M Y K H S L
Decimal 36 156 148 0.77 0 0.05 0.39 176 0.63 0.38
Hex 24 9C 94 4D 0 5 27 B0 3E 26
Octal 44 234 224 115 0 5 47 260 76 46
Binary 100100 10011100 10010100 1001101 0 101 100111 10110000 111110 100110

Color Harmonies of #249C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249C94

Black with #249C94

Text Example


Text Example

White with #249C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,156,148); }

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

background-color css

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

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

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

border-color css

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

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

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