Html Css Color HEX #28A69D Java

📋 copy color: '#28A69D'

red 40 ◦ green 166 ◦ blue 157

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

Shades of Java #28A69D

Tints of Java #28A69D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 45.73%

 BLUE value IS 157 (61.72% from 255) = 43.25%

R = 11.02%
G = 45.73%
B = 43.25%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#28A69D (or 0x28A69D) is known color: Java. HEX triplet: 28, A6 and 9D. RGB value is (40,166,157). Sum of RGB (Red+Green+Blue) = 40+166+157=363 (48% of max value = 765). Red value is 40 (16.02% from 255 or 11.02% from 363); Green value is 166 (65.23% from 255 or 45.73% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 166 - color contains mainly: green. Hex color #28A69D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A69D is #D75962. Grayscale: #7F7F7F. Windows color (decimal): -14113123 or 10331688. OLE color: 10331688.

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

Color convert

RGB 40 166 157 -
CMYK 0.76 0 0.05 0.35
HSL 175.71º 0.61% 0.4% -
HSV(B) 175.71º 0.76% 0.65% -
XYZ 20.6 30.16 36.63 -
YUV 127.3 144.76 65.73 -
System Red Green Blue C M Y K H S L
Decimal 40 166 157 0.76 0 0.05 0.35 175.71 0.61 0.4
Hex 28 A6 9D 4C 0 5 23 B0 3D 28
Octal 50 246 235 114 0 5 43 260 75 50
Binary 101000 10100110 10011101 1001100 0 101 100011 10110000 111101 101000

Color Harmonies of #28A69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A69D

Black with #28A69D

Text Example


Text Example

White with #28A69D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,166,157); }

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

background-color css

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

 a { background-color: rgb(40,166,157); }

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

border-color css

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

 span { border-color: rgb(40,166,157); }

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