Html Css Color HEX #28A49A Java

📋 copy color: '#28A49A'

red 40 ◦ green 164 ◦ blue 154

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

Shades of Java #28A49A

Tints of Java #28A49A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 43.02%

R = 11.17%
G = 45.81%
B = 43.02%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#28A49A (or 0x28A49A) is known color: Java. HEX triplet: 28, A4 and 9A. RGB value is (40,164,154). Sum of RGB (Red+Green+Blue) = 40+164+154=358 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.17% from 358); Green value is 164 (64.45% from 255 or 45.81% from 358); Blue value is 154 (60.55% from 255 or 43.02% from 358); Max value from RGB is 164 - color contains mainly: green. Hex color #28A49A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A49A is #D75B65. Grayscale: #7D7D7D. Windows color (decimal): -14113638 or 10134568. OLE color: 10134568.

HSL color Cylindrical-coordinate representation of color #28A49A: hue angle of 175.16º 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 #28A49A is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 40 164 154 -
CMYK 0.76 0 0.06 0.36
HSL 175.16º 0.61% 0.4% -
HSV(B) 175.16º 0.76% 0.64% -
XYZ 19.98 29.34 35.18 -
YUV 125.78 143.92 66.81 -
System Red Green Blue C M Y K H S L
Decimal 40 164 154 0.76 0 0.06 0.36 175.16 0.61 0.4
Hex 28 A4 9A 4C 0 6 24 AF 3D 28
Octal 50 244 232 114 0 6 44 257 75 50
Binary 101000 10100100 10011010 1001100 0 110 100100 10101111 111101 101000

Color Harmonies of #28A49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A49A

Black with #28A49A

Text Example


Text Example

White with #28A49A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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