Html Css Color HEX #289488 Java

📋 copy color: '#289488'

red 40 ◦ green 148 ◦ blue 136

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

Shades of Java #289488

Tints of Java #289488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 41.98%

R = 12.35%
G = 45.68%
B = 41.98%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#289488 (or 0x289488) is known color: Java. HEX triplet: 28, 94 and 88. RGB value is (40,148,136). Sum of RGB (Red+Green+Blue) = 40+148+136=324 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.35% from 324); Green value is 148 (58.20% from 255 or 45.68% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 148 - color contains mainly: green. Hex color #289488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289488 is #D76B77. Grayscale: #727272. Windows color (decimal): -14117752 or 8950824. OLE color: 8950824.

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

Color convert

RGB 40 148 136 -
CMYK 0.73 0 0.08 0.42
HSL 173.33º 0.57% 0.37% -
HSV(B) 173.33º 0.73% 0.58% -
XYZ 15.91 23.41 26.97 -
YUV 114.34 140.22 74.98 -
System Red Green Blue C M Y K H S L
Decimal 40 148 136 0.73 0 0.08 0.42 173.33 0.57 0.37
Hex 28 94 88 49 0 8 2A AD 39 25
Octal 50 224 210 111 0 10 52 255 71 45
Binary 101000 10010100 10001000 1001001 0 1000 101010 10101101 111001 100101

Color Harmonies of #289488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289488

Black with #289488

Text Example


Text Example

White with #289488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #289488; }

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

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

background-color css

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

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

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

border-color css

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

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

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