#40CBA5

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

Shades of Shamrock #40CBA5

Tints of Shamrock #40CBA5

Color information

#40CBA5 (or 0x40CBA5) is unknown color: approx Shamrock. HEX triplet: 40, CB and A5. RGB value is (64,203,165). Sum of RGB (Red+Green+Blue) = 64+203+165=432 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.81% from 432); Green value is 203 (79.69% from 255 or 46.99% from 432); Blue value is 165 (64.84% from 255 or 38.19% from 432); Max value from RGB is 203 - color contains mainly: green. Hex color #40CBA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CBA5 is #BF345A. Grayscale: #9D9D9D. Windows color (decimal): -12530779 or 10865472. OLE color: 10865472.

HSL color Cylindrical-coordinate representation of color #40CBA5: hue angle of 163.6º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40CBA5 is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB64203165-
CMYK0.6800.190.20
HSL163.6º57.2%52.35%-
HSV(B)163.6º68.47%79.61%-
XYZ30.2646.5242.98-
YUV157.11132.4561.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.81%
GREEN value IS 203 (79.69% from 255) = 46.99%
BLUE value IS 165 (64.84% from 255) = 38.19%
R=14.81%
G=46.99%
B=38.19%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal642031650.6800.190.20163.657.252.35
Hex40CBA54401314a43934
Octal100313245104023242447164
Binary1000000110010111010010110001000100111010010100100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40CBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,203,165); }

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

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

 a { background-color: rgb(64,203,165); }

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

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

 span { border-color: rgb(64,203,165); }

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