Html Css Color HEX #28979B Java

📋 copy color: '#28979B'

red 40 ◦ green 151 ◦ blue 155

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

Shades of Java #28979B

Tints of Java #28979B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.8%

R = 11.56%
G = 43.64%
B = 44.8%

CMYK

 C value IS 0.74

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#28979B (or 0x28979B) is known color: Java. HEX triplet: 28, 97 and 9B. RGB value is (40,151,155). Sum of RGB (Red+Green+Blue) = 40+151+155=346 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.56% from 346); Green value is 151 (59.38% from 255 or 43.64% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 155 - color contains mainly: blue. Hex color #28979B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28979B is #D76864. Grayscale: #767676. Windows color (decimal): -14116965 or 10196776. OLE color: 10196776.

HSL color Cylindrical-coordinate representation of color #28979B: hue angle of 182.09º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28979B is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 40 151 155 -
CMYK 0.74 0.03 0 0.39
HSL 182.09º 0.59% 0.38% -
HSV(B) 182.09º 0.74% 0.61% -
XYZ 17.86 24.95 34.89 -
YUV 118.27 148.73 72.17 -
System Red Green Blue C M Y K H S L
Decimal 40 151 155 0.74 0.03 0 0.39 182.09 0.59 0.38
Hex 28 97 9B 4A 3 0 27 B6 3B 26
Octal 50 227 233 112 3 0 47 266 73 46
Binary 101000 10010111 10011011 1001010 11 0 100111 10110110 111011 100110

Color Harmonies of #28979B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28979B

Black with #28979B

Text Example


Text Example

White with #28979B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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