Html Css Color HEX #288E84 Java

📋 copy color: '#288E84'

red 40 ◦ green 142 ◦ blue 132

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

Shades of Java #288E84

Tints of Java #288E84

RGB

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

 GREEN value IS 142 (55.86% from 255) = 45.22%

 BLUE value IS 132 (51.95% from 255) = 42.04%

R = 12.74%
G = 45.22%
B = 42.04%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#288E84 (or 0x288E84) is known color: Java. HEX triplet: 28, 8E and 84. RGB value is (40,142,132). Sum of RGB (Red+Green+Blue) = 40+142+132=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 142 (55.86% from 255 or 45.22% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 142 - color contains mainly: green. Hex color #288E84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288E84 is #D7717B. Grayscale: #6E6E6E. Windows color (decimal): -14119292 or 8687144. OLE color: 8687144.

HSL color Cylindrical-coordinate representation of color #288E84: hue angle of 174.12º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288E84 is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 142 132 -
CMYK 0.72 0 0.07 0.44
HSL 174.12º 0.56% 0.36% -
HSV(B) 174.12º 0.72% 0.56% -
XYZ 14.71 21.46 25.2 -
YUV 110.36 140.21 77.81 -
System Red Green Blue C M Y K H S L
Decimal 40 142 132 0.72 0 0.07 0.44 174.12 0.56 0.36
Hex 28 8E 84 48 0 7 2C AE 38 24
Octal 50 216 204 110 0 7 54 256 70 44
Binary 101000 10001110 10000100 1001000 0 111 101100 10101110 111000 100100

Color Harmonies of #288E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288E84

Black with #288E84

Text Example


Text Example

White with #288E84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288E84; }

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

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

background-color css

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

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

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

border-color css

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

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

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