#41C4AC

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

Shades of Puerto Rico #41C4AC

Tints of Puerto Rico #41C4AC

Color information

#41C4AC (or 0x41C4AC) is unknown color: approx Puerto Rico. HEX triplet: 41, C4 and AC. RGB value is (65,196,172). Sum of RGB (Red+Green+Blue) = 65+196+172=433 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.01% from 433); Green value is 196 (76.95% from 255 or 45.27% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 196 - color contains mainly: green. Hex color #41C4AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41C4AC is #BE3B53. Grayscale: #9A9A9A. Windows color (decimal): -12467028 or 11322433. OLE color: 11322433.

HSL color Cylindrical-coordinate representation of color #41C4AC: hue angle of 169.01º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41C4AC is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB65196172-
CMYK0.6700.120.23
HSL169.01º52.61%51.18%-
HSV(B)169.01º66.84%76.86%-
XYZ29.3743.5845.89-
YUV154.1138.164.45-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.01%
GREEN value IS 196 (76.95% from 255) = 45.27%
BLUE value IS 172 (67.58% from 255) = 39.72%
R=15.01%
G=45.27%
B=39.72%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal651961720.6700.120.23169.0152.6151.18
Hex41C4AC430C17a93533
Octal101304254103014272516563
Binary100000111000100101011001000011011001011110101001110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41C4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,196,172); }

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

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

 a { background-color: rgb(65,196,172); }

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

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

 span { border-color: rgb(65,196,172); }

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