Html Css Color HEX #289B8E Java

📋 copy color: '#289B8E'

red 40 ◦ green 155 ◦ blue 142

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

Shades of Java #289B8E

Tints of Java #289B8E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 45.99%

 BLUE value IS 142 (55.86% from 255) = 42.14%

R = 11.87%
G = 45.99%
B = 42.14%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#289B8E (or 0x289B8E) is known color: Java. HEX triplet: 28, 9B and 8E. RGB value is (40,155,142). Sum of RGB (Red+Green+Blue) = 40+155+142=337 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.87% from 337); Green value is 155 (60.94% from 255 or 45.99% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 155 - color contains mainly: green. Hex color #289B8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289B8E is #D76471. Grayscale: #777777. Windows color (decimal): -14115954 or 9345832. OLE color: 9345832.

HSL color Cylindrical-coordinate representation of color #289B8E: hue angle of 173.22º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #289B8E is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB 40 155 142 -
CMYK 0.74 0 0.08 0.39
HSL 173.22º 0.59% 0.38% -
HSV(B) 173.22º 0.74% 0.61% -
XYZ 17.48 25.85 29.66 -
YUV 119.13 140.9 71.56 -
System Red Green Blue C M Y K H S L
Decimal 40 155 142 0.74 0 0.08 0.39 173.22 0.59 0.38
Hex 28 9B 8E 4A 0 8 27 AD 3B 26
Octal 50 233 216 112 0 10 47 255 73 46
Binary 101000 10011011 10001110 1001010 0 1000 100111 10101101 111011 100110

Color Harmonies of #289B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289B8E

Black with #289B8E

Text Example


Text Example

White with #289B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #289B8E; }

 p { color: rgb(40,155,142); }

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

background-color css

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

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

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

border-color css

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

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

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