Html Css Color HEX #288E88 Java

📋 copy color: '#288E88'

red 40 ◦ green 142 ◦ blue 136

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

Shades of Java #288E88

Tints of Java #288E88

RGB

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

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

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

R = 12.58%
G = 44.65%
B = 42.77%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#288E88 (or 0x288E88) is known color: Java. HEX triplet: 28, 8E and 88. RGB value is (40,142,136). Sum of RGB (Red+Green+Blue) = 40+142+136=318 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.58% from 318); Green value is 142 (55.86% from 255 or 44.65% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 142 - color contains mainly: green. Hex color #288E88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288E88 is #D77177. Grayscale: #6E6E6E. Windows color (decimal): -14119288 or 8949288. OLE color: 8949288.

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

Color convert

RGB 40 142 136 -
CMYK 0.72 0 0.04 0.44
HSL 176.47º 0.56% 0.36% -
HSV(B) 176.47º 0.72% 0.56% -
XYZ 14.99 21.57 26.67 -
YUV 110.82 142.21 77.49 -
System Red Green Blue C M Y K H S L
Decimal 40 142 136 0.72 0 0.04 0.44 176.47 0.56 0.36
Hex 28 8E 88 48 0 4 2C B0 38 24
Octal 50 216 210 110 0 4 54 260 70 44
Binary 101000 10001110 10001000 1001000 0 100 101100 10110000 111000 100100

Color Harmonies of #288E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288E88

Black with #288E88

Text Example


Text Example

White with #288E88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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