Html Css Color HEX #28898B Java

📋 copy color: '#28898B'

red 40 ◦ green 137 ◦ blue 139

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

Shades of Java #28898B

Tints of Java #28898B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.35%

 BLUE value IS 139 (54.69% from 255) = 43.99%

R = 12.66%
G = 43.35%
B = 43.99%

CMYK

 C value IS 0.71

 M value IS 0.01

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28898B (or 0x28898B) is known color: Java. HEX triplet: 28, 89 and 8B. RGB value is (40,137,139). Sum of RGB (Red+Green+Blue) = 40+137+139=316 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.66% from 316); Green value is 137 (53.91% from 255 or 43.35% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 139 - color contains mainly: blue. Hex color #28898B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28898B is #D77674. Grayscale: #6C6C6C. Windows color (decimal): -14120565 or 9144616. OLE color: 9144616.

HSL color Cylindrical-coordinate representation of color #28898B: hue angle of 181.21º degrees, saturation: 0.55, 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 #28898B is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 137 139 -
CMYK 0.71 0.01 0 0.45
HSL 181.21º 0.55% 0.35% -
HSV(B) 181.21º 0.71% 0.55% -
XYZ 14.48 20.21 27.56 -
YUV 108.23 145.36 79.34 -
System Red Green Blue C M Y K H S L
Decimal 40 137 139 0.71 0.01 0 0.45 181.21 0.55 0.35
Hex 28 89 8B 47 1 0 2D B5 37 23
Octal 50 211 213 107 1 0 55 265 67 43
Binary 101000 10001001 10001011 1000111 1 0 101101 10110101 110111 100011

Color Harmonies of #28898B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28898B

Black with #28898B

Text Example


Text Example

White with #28898B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,137,139); }

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

background-color css

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

 a { background-color: rgb(40,137,139); }

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

border-color css

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

 span { border-color: rgb(40,137,139); }

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