Html Css Color HEX #28988B Java

📋 copy color: '#28988B'

red 40 ◦ green 152 ◦ blue 139

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

Shades of Java #28988B

Tints of Java #28988B

RGB

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

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

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

R = 12.08%
G = 45.92%
B = 41.99%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#28988B (or 0x28988B) is known color: Java. HEX triplet: 28, 98 and 8B. RGB value is (40,152,139). Sum of RGB (Red+Green+Blue) = 40+152+139=331 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.08% from 331); Green value is 152 (59.77% from 255 or 45.92% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 152 - color contains mainly: green. Hex color #28988B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28988B is #D76774. Grayscale: #747474. Windows color (decimal): -14116725 or 9148456. OLE color: 9148456.

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

Color convert

RGB 40 152 139 -
CMYK 0.74 0 0.09 0.40
HSL 173.04º 0.58% 0.38% -
HSV(B) 173.04º 0.74% 0.6% -
XYZ 16.76 24.77 28.32 -
YUV 117.03 140.39 73.06 -
System Red Green Blue C M Y K H S L
Decimal 40 152 139 0.74 0 0.09 0.40 173.04 0.58 0.38
Hex 28 98 8B 4A 0 9 28 AD 3A 26
Octal 50 230 213 112 0 11 50 255 72 46
Binary 101000 10011000 10001011 1001010 0 1001 101000 10101101 111010 100110

Color Harmonies of #28988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28988B

Black with #28988B

Text Example


Text Example

White with #28988B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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