Html Css Color HEX #288F84 Java

📋 copy color: '#288F84'

red 40 ◦ green 143 ◦ blue 132

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

Shades of Java #288F84

Tints of Java #288F84

RGB

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

 GREEN value IS 143 (56.25% from 255) = 45.4%

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

R = 12.7%
G = 45.4%
B = 41.9%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#288F84 (or 0x288F84) is known color: Java. HEX triplet: 28, 8F and 84. RGB value is (40,143,132). Sum of RGB (Red+Green+Blue) = 40+143+132=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 143 (56.25% from 255 or 45.40% from 315); Blue value is 132 (51.95% from 255 or 41.90% from 315); Max value from RGB is 143 - color contains mainly: green. Hex color #288F84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288F84 is #D7707B. Grayscale: #6E6E6E. Windows color (decimal): -14119036 or 8687400. OLE color: 8687400.

HSL color Cylindrical-coordinate representation of color #288F84: hue angle of 173.59º 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 #288F84 is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 143 132 -
CMYK 0.72 0 0.08 0.44
HSL 173.59º 0.56% 0.36% -
HSV(B) 173.59º 0.72% 0.56% -
XYZ 14.86 21.76 25.25 -
YUV 110.95 139.88 77.39 -
System Red Green Blue C M Y K H S L
Decimal 40 143 132 0.72 0 0.08 0.44 173.59 0.56 0.36
Hex 28 8F 84 48 0 8 2C AE 38 24
Octal 50 217 204 110 0 10 54 256 70 44
Binary 101000 10001111 10000100 1001000 0 1000 101100 10101110 111000 100100

Color Harmonies of #288F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288F84

Black with #288F84

Text Example


Text Example

White with #288F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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