Html Css Color HEX #28898D Java

📋 copy color: '#28898D'

red 40 ◦ green 137 ◦ blue 141

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

Shades of Java #28898D

Tints of Java #28898D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 44.34%

R = 12.58%
G = 43.08%
B = 44.34%

CMYK

 C value IS 0.72

 M value IS 0.03

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28898D (or 0x28898D) is known color: Java. HEX triplet: 28, 89 and 8D. RGB value is (40,137,141). Sum of RGB (Red+Green+Blue) = 40+137+141=318 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.58% from 318); Green value is 137 (53.91% from 255 or 43.08% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 141 - color contains mainly: blue. Hex color #28898D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28898D is #D77672. Grayscale: #6C6C6C. Windows color (decimal): -14120563 or 9275688. OLE color: 9275688.

HSL color Cylindrical-coordinate representation of color #28898D: hue angle of 182.38º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28898D is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 137 141 -
CMYK 0.72 0.03 0 0.45
HSL 182.38º 0.56% 0.35% -
HSV(B) 182.38º 0.72% 0.55% -
XYZ 14.63 20.27 28.34 -
YUV 108.45 146.36 79.17 -
System Red Green Blue C M Y K H S L
Decimal 40 137 141 0.72 0.03 0 0.45 182.38 0.56 0.35
Hex 28 89 8D 48 3 0 2D B6 38 23
Octal 50 211 215 110 3 0 55 266 70 43
Binary 101000 10001001 10001101 1001000 11 0 101101 10110110 111000 100011

Color Harmonies of #28898D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28898D

Black with #28898D

Text Example


Text Example

White with #28898D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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