#40CBB1

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

Shades of Shamrock #40CBB1

Tints of Shamrock #40CBB1

Color information

#40CBB1 (or 0x40CBB1) is unknown color: approx Shamrock. HEX triplet: 40, CB and B1. RGB value is (64,203,177). Sum of RGB (Red+Green+Blue) = 64+203+177=444 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.41% from 444); Green value is 203 (79.69% from 255 or 45.72% from 444); Blue value is 177 (69.53% from 255 or 39.86% from 444); Max value from RGB is 203 - color contains mainly: green. Hex color #40CBB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CBB1 is #BF344E. Grayscale: #9E9E9E. Windows color (decimal): -12530767 or 11651904. OLE color: 11651904.

HSL color Cylindrical-coordinate representation of color #40CBB1: hue angle of 168.78º 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 #40CBB1 is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB64203177-
CMYK0.6800.130.20
HSL168.78º57.2%52.35%-
HSV(B)168.78º68.47%79.61%-
XYZ31.4146.9849.01-
YUV158.48138.4560.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.41%
GREEN value IS 203 (79.69% from 255) = 45.72%
BLUE value IS 177 (69.53% from 255) = 39.86%
R=14.41%
G=45.72%
B=39.86%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal642031770.6800.130.20168.7857.252.35
Hex40CBB1440D14a93934
Octal100313261104015242517164
Binary100000011001011101100011000100011011010010101001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40CBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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