#41CCB0

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

Shades of Shamrock #41CCB0

Tints of Shamrock #41CCB0

Color information

#41CCB0 (or 0x41CCB0) is unknown color: approx Shamrock. HEX triplet: 41, CC and B0. RGB value is (65,204,176). Sum of RGB (Red+Green+Blue) = 65+204+176=445 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.61% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 176 (69.14% from 255 or 39.55% from 445); Max value from RGB is 204 - color contains mainly: green. Hex color #41CCB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41CCB0 is #BE334F. Grayscale: #9F9F9F. Windows color (decimal): -12464976 or 11586625. OLE color: 11586625.

HSL color Cylindrical-coordinate representation of color #41CCB0: hue angle of 167.91º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41CCB0 is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB65204176-
CMYK0.6800.140.2
HSL167.91º57.68%52.75%-
HSV(B)167.91º68.14%80%-
XYZ31.6147.4448.57-
YUV159.25137.4560.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.61%
GREEN value IS 204 (80.08% from 255) = 45.84%
BLUE value IS 176 (69.14% from 255) = 39.55%
R=14.61%
G=45.84%
B=39.55%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal652041760.6800.140.2167.9157.6852.75
Hex41CCB0440E14a83a35
Octal101314260104016242507265
Binary100000111001100101100001000100011101010010101000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41CCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41CCB0; }

 p { color: rgb(65,204,176); }

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

<style>
 a { background-color: #41CCB0; }

 a { background-color: rgb(65,204,176); }

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

<style>
 span { border-color: #41CCB0; }

 span { border-color: rgb(65,204,176); }

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