Html Css Color HEX #28D6AF Shamrock

📋 copy color: '#28D6AF'

red 40 ◦ green 214 ◦ blue 175

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

Shades of Shamrock #28D6AF

Tints of Shamrock #28D6AF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.88%

 BLUE value IS 175 (68.75% from 255) = 40.79%

R = 9.32%
G = 49.88%
B = 40.79%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#28D6AF (or 0x28D6AF) is known color: Shamrock. HEX triplet: 28, D6 and AF. RGB value is (40,214,175). Sum of RGB (Red+Green+Blue) = 40+214+175=429 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.32% from 429); Green value is 214 (83.98% from 255 or 49.88% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 214 - color contains mainly: green. Hex color #28D6AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28D6AF is #D72950. Grayscale: #9D9D9D. Windows color (decimal): -14100817 or 11523624. OLE color: 11523624.

HSL color Cylindrical-coordinate representation of color #28D6AF: hue angle of 166.55º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D6AF is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 40 214 175 -
CMYK 0.81 0 0.18 0.16
HSL 166.55º 0.69% 0.5% -
HSV(B) 166.55º 0.81% 0.84% -
XYZ 32.66 51.64 48.8 -
YUV 157.53 137.85 44.17 -
System Red Green Blue C M Y K H S L
Decimal 40 214 175 0.81 0 0.18 0.16 166.55 0.69 0.5
Hex 28 D6 AF 51 0 12 10 A7 45 32
Octal 50 326 257 121 0 22 20 247 105 62
Binary 101000 11010110 10101111 1010001 0 10010 10000 10100111 1000101 110010

Color Harmonies of #28D6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28D6AF

Black with #28D6AF

Text Example


Text Example

White with #28D6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,214,175); }

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

background-color css

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

 a { background-color: rgb(40,214,175); }

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

border-color css

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

 span { border-color: rgb(40,214,175); }

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