Html Css Color HEX #28A69F Java

📋 copy color: '#28A69F'

red 40 ◦ green 166 ◦ blue 159

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

Shades of Java #28A69F

Tints of Java #28A69F

RGB

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

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

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

R = 10.96%
G = 45.48%
B = 43.56%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#28A69F (or 0x28A69F) is known color: Java. HEX triplet: 28, A6 and 9F. RGB value is (40,166,159). Sum of RGB (Red+Green+Blue) = 40+166+159=365 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.96% from 365); Green value is 166 (65.23% from 255 or 45.48% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 166 - color contains mainly: green. Hex color #28A69F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A69F is #D75960. Grayscale: #7F7F7F. Windows color (decimal): -14113121 or 10462760. OLE color: 10462760.

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

Color convert

RGB 40 166 159 -
CMYK 0.76 0 0.04 0.35
HSL 176.67º 0.61% 0.4% -
HSV(B) 176.67º 0.76% 0.65% -
XYZ 20.77 30.23 37.54 -
YUV 127.53 145.76 65.57 -
System Red Green Blue C M Y K H S L
Decimal 40 166 159 0.76 0 0.04 0.35 176.67 0.61 0.4
Hex 28 A6 9F 4C 0 4 23 B1 3D 28
Octal 50 246 237 114 0 4 43 261 75 50
Binary 101000 10100110 10011111 1001100 0 100 100011 10110001 111101 101000

Color Harmonies of #28A69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A69F

Black with #28A69F

Text Example


Text Example

White with #28A69F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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