Html Css Color HEX #289696 Java

📋 copy color: '#289696'

red 40 ◦ green 150 ◦ blue 150

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

Shades of Java #289696

Tints of Java #289696

RGB

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

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

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

R = 11.76%
G = 44.12%
B = 44.12%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#289696 (or 0x289696) is known color: Java. HEX triplet: 28, 96 and 96. RGB value is (40,150,150). Sum of RGB (Red+Green+Blue) = 40+150+150=340 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.76% from 340); Green value is 150 (58.98% from 255 or 44.12% from 340); Blue value is 150 (58.98% from 255 or 44.12% from 340); Max value from RGB is 150 - color contains mainly: green, blue. Hex color #289696 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289696 is #D76969. Grayscale: #757575. Windows color (decimal): -14117226 or 9868840. OLE color: 9868840.

HSL color Cylindrical-coordinate representation of color #289696: hue angle of 180º 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 #289696 is Cyan = 0.73, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 40 150 150 -
CMYK 0.73 0 0 0.41
HSL 180º 0.58% 0.37% -
HSV(B) 180º 0.73% 0.59% -
XYZ 17.29 24.47 32.67 -
YUV 117.11 146.56 73 -
System Red Green Blue C M Y K H S L
Decimal 40 150 150 0.73 0 0 0.41 180 0.58 0.37
Hex 28 96 96 49 0 0 29 B4 3A 25
Octal 50 226 226 111 0 0 51 264 72 45
Binary 101000 10010110 10010110 1001001 0 0 101001 10110100 111010 100101

Color Harmonies of #289696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289696

Black with #289696

Text Example


Text Example

White with #289696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #289696; }

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

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

background-color css

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

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

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

border-color css

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

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

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