Html Css Color HEX #289496 Java

📋 copy color: '#289496'

red 40 ◦ green 148 ◦ blue 150

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

Shades of Java #289496

Tints of Java #289496

RGB

 RED value IS 40 (16.02% from 255) = 11.83%

 GREEN value IS 148 (58.2% from 255) = 43.79%

 BLUE value IS 150 (58.98% from 255) = 44.38%

R = 11.83%
G = 43.79%
B = 44.38%

CMYK

 C value IS 0.73

 M value IS 0.01

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#289496 (or 0x289496) is known color: Java. HEX triplet: 28, 94 and 96. RGB value is (40,148,150). Sum of RGB (Red+Green+Blue) = 40+148+150=338 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.83% from 338); Green value is 148 (58.20% from 255 or 43.79% from 338); Blue value is 150 (58.98% from 255 or 44.38% from 338); Max value from RGB is 150 - color contains mainly: blue. Hex color #289496 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289496 is #D76B69. Grayscale: #737373. Windows color (decimal): -14117738 or 9868328. OLE color: 9868328.

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

Color convert

RGB 40 148 150 -
CMYK 0.73 0.01 0 0.41
HSL 181.09º 0.58% 0.37% -
HSV(B) 181.09º 0.73% 0.59% -
XYZ 16.97 23.83 32.56 -
YUV 115.94 147.22 73.84 -
System Red Green Blue C M Y K H S L
Decimal 40 148 150 0.73 0.01 0 0.41 181.09 0.58 0.37
Hex 28 94 96 49 1 0 29 B5 3A 25
Octal 50 224 226 111 1 0 51 265 72 45
Binary 101000 10010100 10010110 1001001 1 0 101001 10110101 111010 100101

Color Harmonies of #289496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289496

Black with #289496

Text Example


Text Example

White with #289496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #289496; }

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

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

background-color css

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

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

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

border-color css

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

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

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