Html Css Color HEX #249694 Java

📋 copy color: '#249694'

red 36 ◦ green 150 ◦ blue 148

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

Shades of Java #249694

Tints of Java #249694

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.91%

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

R = 10.78%
G = 44.91%
B = 44.31%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#249694 (or 0x249694) is known color: Java. HEX triplet: 24, 96 and 94. RGB value is (36,150,148). Sum of RGB (Red+Green+Blue) = 36+150+148=334 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.78% from 334); Green value is 150 (58.98% from 255 or 44.91% from 334); Blue value is 148 (58.20% from 255 or 44.31% from 334); Max value from RGB is 150 - color contains mainly: green. Hex color #249694 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249694 is #DB696B. Grayscale: #737373. Windows color (decimal): -14379372 or 9737764. OLE color: 9737764.

HSL color Cylindrical-coordinate representation of color #249694: hue angle of 178.95º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249694 is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 36 150 148 -
CMYK 0.76 0 0.01 0.41
HSL 178.95º 0.61% 0.36% -
HSV(B) 178.95º 0.76% 0.59% -
XYZ 16.98 24.33 31.82 -
YUV 115.69 146.23 71.16 -
System Red Green Blue C M Y K H S L
Decimal 36 150 148 0.76 0 0.01 0.41 178.95 0.61 0.36
Hex 24 96 94 4C 0 1 29 B3 3D 24
Octal 44 226 224 114 0 1 51 263 75 44
Binary 100100 10010110 10010100 1001100 0 1 101001 10110011 111101 100100

Color Harmonies of #249694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249694

Black with #249694

Text Example


Text Example

White with #249694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249694; }

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

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

background-color css

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

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

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

border-color css

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

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

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