Html Css Color HEX #28878A Java

📋 copy color: '#28878A'

red 40 ◦ green 135 ◦ blue 138

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

Shades of Java #28878A

Tints of Java #28878A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.13%

 BLUE value IS 138 (54.3% from 255) = 44.09%

R = 12.78%
G = 43.13%
B = 44.09%

CMYK

 C value IS 0.71

 M value IS 0.02

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#28878A (or 0x28878A) is known color: Java. HEX triplet: 28, 87 and 8A. RGB value is (40,135,138). Sum of RGB (Red+Green+Blue) = 40+135+138=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 135 (53.12% from 255 or 43.13% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 138 - color contains mainly: blue. Hex color #28878A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28878A is #D77875. Grayscale: #6A6A6A. Windows color (decimal): -14121078 or 9078568. OLE color: 9078568.

HSL color Cylindrical-coordinate representation of color #28878A: hue angle of 181.84º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28878A is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 40 135 138 -
CMYK 0.71 0.02 0 0.46
HSL 181.84º 0.55% 0.35% -
HSV(B) 181.84º 0.71% 0.54% -
XYZ 14.13 19.61 27.09 -
YUV 106.94 145.53 80.26 -
System Red Green Blue C M Y K H S L
Decimal 40 135 138 0.71 0.02 0 0.46 181.84 0.55 0.35
Hex 28 87 8A 47 2 0 2E B6 37 23
Octal 50 207 212 107 2 0 56 266 67 43
Binary 101000 10000111 10001010 1000111 10 0 101110 10110110 110111 100011

Color Harmonies of #28878A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28878A

Black with #28878A

Text Example


Text Example

White with #28878A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28878A; }

 p { color: rgb(40,135,138); }

 H1.HeaderClassName
 {
   color: #28878A;
 }
 .AnyTagClassName
 {
   color: #28878A;
 }
</style>

background-color css

<style>
 a { background-color: #28878A; }

 a { background-color: rgb(40,135,138); }

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

border-color css

<style>
 span { border-color: #28878A; }

 span { border-color: rgb(40,135,138); }

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