Html Css Color HEX #28929B Java

📋 copy color: '#28929B'

red 40 ◦ green 146 ◦ blue 155

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

Shades of Java #28929B

Tints of Java #28929B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.82%

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

R = 11.73%
G = 42.82%
B = 45.45%

CMYK

 C value IS 0.74

 M value IS 0.06

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#28929B (or 0x28929B) is known color: Java. HEX triplet: 28, 92 and 9B. RGB value is (40,146,155). Sum of RGB (Red+Green+Blue) = 40+146+155=341 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.73% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #28929B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28929B is #D76D64. Grayscale: #737373. Windows color (decimal): -14118245 or 10195496. OLE color: 10195496.

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

Color convert

RGB 40 146 155 -
CMYK 0.74 0.06 0 0.39
HSL 184.7º 0.59% 0.38% -
HSV(B) 184.7º 0.74% 0.61% -
XYZ 17.07 23.38 34.62 -
YUV 115.33 150.38 74.27 -
System Red Green Blue C M Y K H S L
Decimal 40 146 155 0.74 0.06 0 0.39 184.7 0.59 0.38
Hex 28 92 9B 4A 6 0 27 B9 3B 26
Octal 50 222 233 112 6 0 47 271 73 46
Binary 101000 10010010 10011011 1001010 110 0 100111 10111001 111011 100110

Color Harmonies of #28929B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28929B

Black with #28929B

Text Example


Text Example

White with #28929B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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