Html Css Color HEX #28C994 Shamrock

📋 copy color: '#28C994'

red 40 ◦ green 201 ◦ blue 148

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

Shades of Shamrock #28C994

Tints of Shamrock #28C994

RGB

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

 GREEN value IS 201 (78.91% from 255) = 51.67%

 BLUE value IS 148 (58.2% from 255) = 38.05%

R = 10.28%
G = 51.67%
B = 38.05%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#28C994 (or 0x28C994) is known color: Shamrock. HEX triplet: 28, C9 and 94. RGB value is (40,201,148). Sum of RGB (Red+Green+Blue) = 40+201+148=389 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.28% from 389); Green value is 201 (78.91% from 255 or 51.67% from 389); Blue value is 148 (58.20% from 255 or 38.05% from 389); Max value from RGB is 201 - color contains mainly: green. Hex color #28C994 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C994 is #D7366B. Grayscale: #929292. Windows color (decimal): -14104172 or 9750824. OLE color: 9750824.

HSL color Cylindrical-coordinate representation of color #28C994: hue angle of 160.25º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C994 is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 40 201 148 -
CMYK 0.80 0 0.26 0.21
HSL 160.25º 0.67% 0.47% -
HSV(B) 160.25º 0.8% 0.79% -
XYZ 27.11 44.36 35.15 -
YUV 146.82 128.66 51.81 -
System Red Green Blue C M Y K H S L
Decimal 40 201 148 0.80 0 0.26 0.21 160.25 0.67 0.47
Hex 28 C9 94 50 0 1A 15 A0 43 2F
Octal 50 311 224 120 0 32 25 240 103 57
Binary 101000 11001001 10010100 1010000 0 11010 10101 10100000 1000011 101111

Color Harmonies of #28C994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C994

Black with #28C994

Text Example


Text Example

White with #28C994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,201,148); }

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

background-color css

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

 a { background-color: rgb(40,201,148); }

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

border-color css

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

 span { border-color: rgb(40,201,148); }

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