Html Css Color HEX #28878C Java

📋 copy color: '#28878C'

red 40 ◦ green 135 ◦ blue 140

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

Shades of Java #28878C

Tints of Java #28878C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 44.44%

R = 12.7%
G = 42.86%
B = 44.44%

CMYK

 C value IS 0.71

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28878C (or 0x28878C) is known color: Java. HEX triplet: 28, 87 and 8C. RGB value is (40,135,140). Sum of RGB (Red+Green+Blue) = 40+135+140=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 135 (53.12% from 255 or 42.86% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 140 - color contains mainly: blue. Hex color #28878C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28878C is #D77873. Grayscale: #6B6B6B. Windows color (decimal): -14121076 or 9209640. OLE color: 9209640.

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

Color convert

RGB 40 135 140 -
CMYK 0.71 0.04 0 0.45
HSL 183º 0.56% 0.35% -
HSV(B) 183º 0.71% 0.55% -
XYZ 14.27 19.67 27.86 -
YUV 107.17 146.53 80.09 -
System Red Green Blue C M Y K H S L
Decimal 40 135 140 0.71 0.04 0 0.45 183 0.56 0.35
Hex 28 87 8C 47 4 0 2D B7 38 23
Octal 50 207 214 107 4 0 55 267 70 43
Binary 101000 10000111 10001100 1000111 100 0 101101 10110111 111000 100011

Color Harmonies of #28878C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28878C

Black with #28878C

Text Example


Text Example

White with #28878C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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