Html Css Color HEX #28998A Java

📋 copy color: '#28998A'

red 40 ◦ green 153 ◦ blue 138

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

Shades of Java #28998A

Tints of Java #28998A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.22%

 BLUE value IS 138 (54.3% from 255) = 41.69%

R = 12.08%
G = 46.22%
B = 41.69%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#28998A (or 0x28998A) is known color: Java. HEX triplet: 28, 99 and 8A. RGB value is (40,153,138). Sum of RGB (Red+Green+Blue) = 40+153+138=331 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.08% from 331); Green value is 153 (60.16% from 255 or 46.22% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 153 - color contains mainly: green. Hex color #28998A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28998A is #D76675. Grayscale: #757575. Windows color (decimal): -14116470 or 9083176. OLE color: 9083176.

HSL color Cylindrical-coordinate representation of color #28998A: hue angle of 172.04º degrees, saturation: 0.59, 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 #28998A is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 40 153 138 -
CMYK 0.74 0 0.10 0.4
HSL 172.04º 0.59% 0.38% -
HSV(B) 172.04º 0.74% 0.6% -
XYZ 16.85 25.07 28 -
YUV 117.5 139.56 72.72 -
System Red Green Blue C M Y K H S L
Decimal 40 153 138 0.74 0 0.10 0.4 172.04 0.59 0.38
Hex 28 99 8A 4A 0 A 28 AC 3B 26
Octal 50 231 212 112 0 12 50 254 73 46
Binary 101000 10011001 10001010 1001010 0 1010 101000 10101100 111011 100110

Color Harmonies of #28998A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28998A

Black with #28998A

Text Example


Text Example

White with #28998A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28998A; }

 p { color: rgb(40,153,138); }

 H1.HeaderClassName
 {
   color: #28998A;
 }
 .AnyTagClassName
 {
   color: #28998A;
 }
</style>

background-color css

<style>
 a { background-color: #28998A; }

 a { background-color: rgb(40,153,138); }

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

border-color css

<style>
 span { border-color: #28998A; }

 span { border-color: rgb(40,153,138); }

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