Html Css Color HEX #28988C Java

📋 copy color: '#28988C'

red 40 ◦ green 152 ◦ blue 140

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

Shades of Java #28988C

Tints of Java #28988C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.17%

R = 12.05%
G = 45.78%
B = 42.17%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#28988C (or 0x28988C) is known color: Java. HEX triplet: 28, 98 and 8C. RGB value is (40,152,140). Sum of RGB (Red+Green+Blue) = 40+152+140=332 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.05% from 332); Green value is 152 (59.77% from 255 or 45.78% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 152 - color contains mainly: green. Hex color #28988C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28988C is #D76773. Grayscale: #757575. Windows color (decimal): -14116724 or 9213992. OLE color: 9213992.

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

Color convert

RGB 40 152 140 -
CMYK 0.74 0 0.08 0.40
HSL 173.57º 0.58% 0.38% -
HSV(B) 173.57º 0.74% 0.6% -
XYZ 16.84 24.8 28.71 -
YUV 117.14 140.89 72.98 -
System Red Green Blue C M Y K H S L
Decimal 40 152 140 0.74 0 0.08 0.40 173.57 0.58 0.38
Hex 28 98 8C 4A 0 8 28 AE 3A 26
Octal 50 230 214 112 0 10 50 256 72 46
Binary 101000 10011000 10001100 1001010 0 1000 101000 10101110 111010 100110

Color Harmonies of #28988C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28988C

Black with #28988C

Text Example


Text Example

White with #28988C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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