Html Css Color HEX #28959B Java

📋 copy color: '#28959B'

red 40 ◦ green 149 ◦ blue 155

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

Shades of Java #28959B

Tints of Java #28959B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.31%

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

R = 11.63%
G = 43.31%
B = 45.06%

CMYK

 C value IS 0.74

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#28959B (or 0x28959B) is known color: Java. HEX triplet: 28, 95 and 9B. RGB value is (40,149,155). Sum of RGB (Red+Green+Blue) = 40+149+155=344 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.63% from 344); Green value is 149 (58.59% from 255 or 43.31% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 155 - color contains mainly: blue. Hex color #28959B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28959B is #D76A64. Grayscale: #747474. Windows color (decimal): -14117477 or 10196264. OLE color: 10196264.

HSL color Cylindrical-coordinate representation of color #28959B: hue angle of 183.13º 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 #28959B is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 40 149 155 -
CMYK 0.74 0.04 0 0.39
HSL 183.13º 0.59% 0.38% -
HSV(B) 183.13º 0.74% 0.61% -
XYZ 17.54 24.31 34.78 -
YUV 117.09 149.39 73.01 -
System Red Green Blue C M Y K H S L
Decimal 40 149 155 0.74 0.04 0 0.39 183.13 0.59 0.38
Hex 28 95 9B 4A 4 0 27 B7 3B 26
Octal 50 225 233 112 4 0 47 267 73 46
Binary 101000 10010101 10011011 1001010 100 0 100111 10110111 111011 100110

Color Harmonies of #28959B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28959B

Black with #28959B

Text Example


Text Example

White with #28959B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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