Html Css Color HEX #28988F Java

📋 copy color: '#28988F'

red 40 ◦ green 152 ◦ blue 143

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

Shades of Java #28988F

Tints of Java #28988F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.37%

 BLUE value IS 143 (56.25% from 255) = 42.69%

R = 11.94%
G = 45.37%
B = 42.69%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#28988F (or 0x28988F) is known color: Java. HEX triplet: 28, 98 and 8F. RGB value is (40,152,143). Sum of RGB (Red+Green+Blue) = 40+152+143=335 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.94% from 335); Green value is 152 (59.77% from 255 or 45.37% from 335); Blue value is 143 (56.25% from 255 or 42.69% from 335); Max value from RGB is 152 - color contains mainly: green. Hex color #28988F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28988F is #D76770. Grayscale: #757575. Windows color (decimal): -14116721 or 9410600. OLE color: 9410600.

HSL color Cylindrical-coordinate representation of color #28988F: hue angle of 175.18º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28988F is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB 40 152 143 -
CMYK 0.74 0 0.06 0.40
HSL 175.18º 0.58% 0.38% -
HSV(B) 175.18º 0.74% 0.6% -
XYZ 17.06 24.89 29.89 -
YUV 117.49 142.39 72.73 -
System Red Green Blue C M Y K H S L
Decimal 40 152 143 0.74 0 0.06 0.40 175.18 0.58 0.38
Hex 28 98 8F 4A 0 6 28 AF 3A 26
Octal 50 230 217 112 0 6 50 257 72 46
Binary 101000 10011000 10001111 1001010 0 110 101000 10101111 111010 100110

Color Harmonies of #28988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28988F

Black with #28988F

Text Example


Text Example

White with #28988F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28988F; }

 p { color: rgb(40,152,143); }

 H1.HeaderClassName
 {
   color: #28988F;
 }
 .AnyTagClassName
 {
   color: #28988F;
 }
</style>

background-color css

<style>
 a { background-color: #28988F; }

 a { background-color: rgb(40,152,143); }

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

border-color css

<style>
 span { border-color: #28988F; }

 span { border-color: rgb(40,152,143); }

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