Html Css Color HEX #28988A Java

📋 copy color: '#28988A'

red 40 ◦ green 152 ◦ blue 138

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

Shades of Java #28988A

Tints of Java #28988A

RGB

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

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

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

R = 12.12%
G = 46.06%
B = 41.82%

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

#28988A (or 0x28988A) is known color: Java. HEX triplet: 28, 98 and 8A. RGB value is (40,152,138). Sum of RGB (Red+Green+Blue) = 40+152+138=330 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.12% from 330); Green value is 152 (59.77% from 255 or 46.06% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 152 - color contains mainly: green. Hex color #28988A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28988A is #D76775. Grayscale: #747474. Windows color (decimal): -14116726 or 9082920. OLE color: 9082920.

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

Color convert

RGB 40 152 138 -
CMYK 0.74 0 0.09 0.40
HSL 172.5º 0.58% 0.38% -
HSV(B) 172.5º 0.74% 0.6% -
XYZ 16.69 24.74 27.94 -
YUV 116.92 139.89 73.14 -
System Red Green Blue C M Y K H S L
Decimal 40 152 138 0.74 0 0.09 0.40 172.5 0.58 0.38
Hex 28 98 8A 4A 0 9 28 AC 3A 26
Octal 50 230 212 112 0 11 50 254 72 46
Binary 101000 10011000 10001010 1001010 0 1001 101000 10101100 111010 100110

Color Harmonies of #28988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28988A

Black with #28988A

Text Example


Text Example

White with #28988A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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