Html Css Color HEX #28A49F Java

📋 copy color: '#28A49F'

red 40 ◦ green 164 ◦ blue 159

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

Shades of Java #28A49F

Tints of Java #28A49F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 45.18%

 BLUE value IS 159 (62.5% from 255) = 43.8%

R = 11.02%
G = 45.18%
B = 43.8%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#28A49F (or 0x28A49F) is known color: Java. HEX triplet: 28, A4 and 9F. RGB value is (40,164,159). Sum of RGB (Red+Green+Blue) = 40+164+159=363 (48% of max value = 765). Red value is 40 (16.02% from 255 or 11.02% from 363); Green value is 164 (64.45% from 255 or 45.18% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 164 - color contains mainly: green. Hex color #28A49F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A49F is #D75B60. Grayscale: #7E7E7E. Windows color (decimal): -14113633 or 10462248. OLE color: 10462248.

HSL color Cylindrical-coordinate representation of color #28A49F: hue angle of 177.58º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A49F is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB 40 164 159 -
CMYK 0.76 0 0.03 0.36
HSL 177.58º 0.61% 0.4% -
HSV(B) 177.58º 0.76% 0.64% -
XYZ 20.41 29.51 37.42 -
YUV 126.35 146.42 66.41 -
System Red Green Blue C M Y K H S L
Decimal 40 164 159 0.76 0 0.03 0.36 177.58 0.61 0.4
Hex 28 A4 9F 4C 0 3 24 B2 3D 28
Octal 50 244 237 114 0 3 44 262 75 50
Binary 101000 10100100 10011111 1001100 0 11 100100 10110010 111101 101000

Color Harmonies of #28A49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A49F

Black with #28A49F

Text Example


Text Example

White with #28A49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28A49F; }

 p { color: rgb(40,164,159); }

 H1.HeaderClassName
 {
   color: #28A49F;
 }
 .AnyTagClassName
 {
   color: #28A49F;
 }
</style>

background-color css

<style>
 a { background-color: #28A49F; }

 a { background-color: rgb(40,164,159); }

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

border-color css

<style>
 span { border-color: #28A49F; }

 span { border-color: rgb(40,164,159); }

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