#41B99F

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

Shades of Puerto Rico #41B99F

Tints of Puerto Rico #41B99F

Color information

#41B99F (or 0x41B99F) is unknown color: approx Puerto Rico. HEX triplet: 41, B9 and 9F. RGB value is (65,185,159). Sum of RGB (Red+Green+Blue) = 65+185+159=409 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.89% from 409); Green value is 185 (72.66% from 255 or 45.23% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 185 - color contains mainly: green. Hex color #41B99F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41B99F is #BE4660. Grayscale: #929292. Windows color (decimal): -12469857 or 10467649. OLE color: 10467649.

HSL color Cylindrical-coordinate representation of color #41B99F: hue angle of 167º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41B99F is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB65185159-
CMYK0.6500.140.27
HSL167º48%49.02%-
HSV(B)167º64.86%72.55%-
XYZ25.7938.3238.84-
YUV146.16135.2470.11-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.89%
GREEN value IS 185 (72.66% from 255) = 45.23%
BLUE value IS 159 (62.5% from 255) = 38.88%
R=15.89%
G=45.23%
B=38.88%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal651851590.6500.140.271674849.02
Hex41B99F410E1Ba73031
Octal101271237101016332476061
Binary100000110111001100111111000001011101101110100111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,185,159); }

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

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

 a { background-color: rgb(65,185,159); }

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

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

 span { border-color: rgb(65,185,159); }

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