#41C1A8

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

Shades of Puerto Rico #41C1A8

Tints of Puerto Rico #41C1A8

Color information

#41C1A8 (or 0x41C1A8) is unknown color: approx Puerto Rico. HEX triplet: 41, C1 and A8. RGB value is (65,193,168). Sum of RGB (Red+Green+Blue) = 65+193+168=426 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.26% from 426); Green value is 193 (75.78% from 255 or 45.31% from 426); Blue value is 168 (66.02% from 255 or 39.44% from 426); Max value from RGB is 193 - color contains mainly: green. Hex color #41C1A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41C1A8 is #BE3E57. Grayscale: #979797. Windows color (decimal): -12467800 or 11059521. OLE color: 11059521.

HSL color Cylindrical-coordinate representation of color #41C1A8: hue angle of 168.28º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41C1A8 is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB65193168-
CMYK0.6600.130.24
HSL168.28º50.79%50.59%-
HSV(B)168.28º66.32%75.69%-
XYZ28.3242.0943.68-
YUV151.88137.0966.03-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.26%
GREEN value IS 193 (75.78% from 255) = 45.31%
BLUE value IS 168 (66.02% from 255) = 39.44%
R=15.26%
G=45.31%
B=39.44%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal651931680.6600.130.24168.2850.7950.59
Hex41C1A8420D18a83333
Octal101301250102015302506363
Binary100000111000001101010001000010011011100010101000110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41C1A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,193,168); }

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

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

 a { background-color: rgb(65,193,168); }

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

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

 span { border-color: rgb(65,193,168); }

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