Html Css Color HEX #249697 Java

📋 copy color: '#249697'

red 36 ◦ green 150 ◦ blue 151

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

Shades of Java #249697

Tints of Java #249697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 44.81%

R = 10.68%
G = 44.51%
B = 44.81%

CMYK

 C value IS 0.76

 M value IS 0.01

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#249697 (or 0x249697) is known color: Java. HEX triplet: 24, 96 and 97. RGB value is (36,150,151). Sum of RGB (Red+Green+Blue) = 36+150+151=337 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.68% from 337); Green value is 150 (58.98% from 255 or 44.51% from 337); Blue value is 151 (59.38% from 255 or 44.81% from 337); Max value from RGB is 151 - color contains mainly: blue. Hex color #249697 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249697 is #DB6968. Grayscale: #737373. Windows color (decimal): -14379369 or 9934372. OLE color: 9934372.

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

Color convert

RGB 36 150 151 -
CMYK 0.76 0.01 0 0.41
HSL 180.52º 0.61% 0.37% -
HSV(B) 180.52º 0.76% 0.59% -
XYZ 17.22 24.42 33.08 -
YUV 116.03 147.73 70.92 -
System Red Green Blue C M Y K H S L
Decimal 36 150 151 0.76 0.01 0 0.41 180.52 0.61 0.37
Hex 24 96 97 4C 1 0 29 B5 3D 25
Octal 44 226 227 114 1 0 51 265 75 45
Binary 100100 10010110 10010111 1001100 1 0 101001 10110101 111101 100101

Color Harmonies of #249697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249697

Black with #249697

Text Example


Text Example

White with #249697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249697; }

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

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

background-color css

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

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

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

border-color css

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

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

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