Html Css Color HEX #28A29A Java

📋 copy color: '#28A29A'

red 40 ◦ green 162 ◦ blue 154

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

Shades of Java #28A29A

Tints of Java #28A29A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 45.51%

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

R = 11.24%
G = 45.51%
B = 43.26%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#28A29A (or 0x28A29A) is known color: Java. HEX triplet: 28, A2 and 9A. RGB value is (40,162,154). Sum of RGB (Red+Green+Blue) = 40+162+154=356 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.24% from 356); Green value is 162 (63.67% from 255 or 45.51% from 356); Blue value is 154 (60.55% from 255 or 43.26% from 356); Max value from RGB is 162 - color contains mainly: green. Hex color #28A29A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A29A is #D75D65. Grayscale: #7C7C7C. Windows color (decimal): -14114150 or 10134056. OLE color: 10134056.

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

Color convert

RGB 40 162 154 -
CMYK 0.75 0 0.05 0.36
HSL 176.07º 0.6% 0.4% -
HSV(B) 176.07º 0.75% 0.64% -
XYZ 19.63 28.62 35.06 -
YUV 124.61 144.58 67.65 -
System Red Green Blue C M Y K H S L
Decimal 40 162 154 0.75 0 0.05 0.36 176.07 0.6 0.4
Hex 28 A2 9A 4B 0 5 24 B0 3C 28
Octal 50 242 232 113 0 5 44 260 74 50
Binary 101000 10100010 10011010 1001011 0 101 100100 10110000 111100 101000

Color Harmonies of #28A29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A29A

Black with #28A29A

Text Example


Text Example

White with #28A29A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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