#40B894

Color #40B894 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #40B894

Tints of Shamrock #40B894

Color information

#40B894 (or 0x40B894) is unknown color: approx Shamrock. HEX triplet: 40, B8 and 94. RGB value is (64,184,148). Sum of RGB (Red+Green+Blue) = 64+184+148=396 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.16% from 396); Green value is 184 (72.27% from 255 or 46.46% from 396); Blue value is 148 (58.20% from 255 or 37.37% from 396); Max value from RGB is 184 - color contains mainly: green. Hex color #40B894 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40B894 is #BF476B. Grayscale: #909090. Windows color (decimal): -12535660 or 9746496. OLE color: 9746496.

HSL color Cylindrical-coordinate representation of color #40B894: hue angle of 162º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40B894 is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.28.

Color convert

RGB64184148-
CMYK0.6500.200.28
HSL162º48.39%48.63%-
HSV(B)162º65.22%72.16%-
XYZ24.637.5133.96-
YUV144.02130.2470.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.16%
GREEN value IS 184 (72.27% from 255) = 46.46%
BLUE value IS 148 (58.20% from 255) = 37.37%
R=16.16%
G=46.46%
B=37.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal641841480.6500.200.2816248.3948.63
Hex40B894410141Ca23031
Octal100270224101024342426061
Binary1000000101110001001010010000010101001110010100010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40B894; }

 p { color: rgb(64,184,148); }

 H1.HeaderClassName
 {
   color: #40B894;
 }
 .AnyTagClassName
 {
   color: #40B894;
 }
</style>
background-color css

<style>
 a { background-color: #40B894; }

 a { background-color: rgb(64,184,148); }

 div.DivClassName
 {
   background-color: #40B894;
 }
 .BgClassName
 {
   background-color: #40B894;
 }
</style>
border-color css

<style>
 span { border-color: #40B894; }

 span { border-color: rgb(64,184,148); }

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