Html Css Color HEX #28888F Java

📋 copy color: '#28888F'

red 40 ◦ green 136 ◦ blue 143

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

Shades of Java #28888F

Tints of Java #28888F

RGB

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

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

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

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

CMYK

 C value IS 0.72

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

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

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

Color convert

RGB 40 136 143 -
CMYK 0.72 0.05 0 0.44
HSL 184.08º 0.56% 0.36% -
HSV(B) 184.08º 0.72% 0.56% -
XYZ 14.64 20.04 29.08 -
YUV 108.09 147.7 79.43 -
System Red Green Blue C M Y K H S L
Decimal 40 136 143 0.72 0.05 0 0.44 184.08 0.56 0.36
Hex 28 88 8F 48 5 0 2C B8 38 24
Octal 50 210 217 110 5 0 54 270 70 44
Binary 101000 10001000 10001111 1001000 101 0 101100 10111000 111000 100100

Color Harmonies of #28888F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28888F

Black with #28888F

Text Example


Text Example

White with #28888F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28888F; }

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

 H1.HeaderClassName
 {
   color: #28888F;
 }
 .AnyTagClassName
 {
   color: #28888F;
 }
</style>

background-color css

<style>
 a { background-color: #28888F; }

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

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

border-color css

<style>
 span { border-color: #28888F; }

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

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