Html Css Color HEX #288F88 Java

📋 copy color: '#288F88'

red 40 ◦ green 143 ◦ blue 136

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

Shades of Java #288F88

Tints of Java #288F88

RGB

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

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

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

R = 12.54%
G = 44.83%
B = 42.63%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#288F88 (or 0x288F88) is known color: Java. HEX triplet: 28, 8F and 88. RGB value is (40,143,136). Sum of RGB (Red+Green+Blue) = 40+143+136=319 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.54% from 319); Green value is 143 (56.25% from 255 or 44.83% from 319); Blue value is 136 (53.52% from 255 or 42.63% from 319); Max value from RGB is 143 - color contains mainly: green. Hex color #288F88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288F88 is #D77077. Grayscale: #6F6F6F. Windows color (decimal): -14119032 or 8949544. OLE color: 8949544.

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

Color convert

RGB 40 143 136 -
CMYK 0.72 0 0.05 0.44
HSL 175.92º 0.56% 0.36% -
HSV(B) 175.92º 0.72% 0.56% -
XYZ 15.14 21.87 26.72 -
YUV 111.41 141.88 77.07 -
System Red Green Blue C M Y K H S L
Decimal 40 143 136 0.72 0 0.05 0.44 175.92 0.56 0.36
Hex 28 8F 88 48 0 5 2C B0 38 24
Octal 50 217 210 110 0 5 54 260 70 44
Binary 101000 10001111 10001000 1001000 0 101 101100 10110000 111000 100100

Color Harmonies of #288F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288F88

Black with #288F88

Text Example


Text Example

White with #288F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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