#40CBAF

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

Shades of Shamrock #40CBAF

Tints of Shamrock #40CBAF

Color information

#40CBAF (or 0x40CBAF) is unknown color: approx Shamrock. HEX triplet: 40, CB and AF. RGB value is (64,203,175). Sum of RGB (Red+Green+Blue) = 64+203+175=442 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.48% from 442); Green value is 203 (79.69% from 255 or 45.93% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 203 - color contains mainly: green. Hex color #40CBAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CBAF is #BF3450. Grayscale: #9E9E9E. Windows color (decimal): -12530769 or 11520832. OLE color: 11520832.

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

Color convert

RGB64203175-
CMYK0.6800.140.20
HSL167.91º57.2%52.35%-
HSV(B)167.91º68.47%79.61%-
XYZ31.2146.947.96-
YUV158.25137.4560.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.48%
GREEN value IS 203 (79.69% from 255) = 45.93%
BLUE value IS 175 (68.75% from 255) = 39.59%
R=14.48%
G=45.93%
B=39.59%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal642031750.6800.140.20167.9157.252.35
Hex40CBAF440E14a83934
Octal100313257104016242507164
Binary100000011001011101011111000100011101010010101000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40CBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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