Html Css Color HEX #28979F Java

📋 copy color: '#28979F'

red 40 ◦ green 151 ◦ blue 159

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

Shades of Java #28979F

Tints of Java #28979F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.14%

 BLUE value IS 159 (62.5% from 255) = 45.43%

R = 11.43%
G = 43.14%
B = 45.43%

CMYK

 C value IS 0.75

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#28979F (or 0x28979F) is known color: Java. HEX triplet: 28, 97 and 9F. RGB value is (40,151,159). Sum of RGB (Red+Green+Blue) = 40+151+159=350 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.43% from 350); Green value is 151 (59.38% from 255 or 43.14% from 350); Blue value is 159 (62.5% from 255 or 45.43% from 350); Max value from RGB is 159 - color contains mainly: blue. Hex color #28979F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28979F is #D76860. Grayscale: #767676. Windows color (decimal): -14116961 or 10458920. OLE color: 10458920.

HSL color Cylindrical-coordinate representation of color #28979F: hue angle of 184.03º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28979F is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 40 151 159 -
CMYK 0.75 0.05 0 0.38
HSL 184.03º 0.6% 0.39% -
HSV(B) 184.03º 0.75% 0.62% -
XYZ 18.2 25.09 36.68 -
YUV 118.72 150.73 71.85 -
System Red Green Blue C M Y K H S L
Decimal 40 151 159 0.75 0.05 0 0.38 184.03 0.6 0.39
Hex 28 97 9F 4B 5 0 26 B8 3C 27
Octal 50 227 237 113 5 0 46 270 74 47
Binary 101000 10010111 10011111 1001011 101 0 100110 10111000 111100 100111

Color Harmonies of #28979F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28979F

Black with #28979F

Text Example


Text Example

White with #28979F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,151,159); }

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

background-color css

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

 a { background-color: rgb(40,151,159); }

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

border-color css

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

 span { border-color: rgb(40,151,159); }

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