#41B69B

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

Shades of Puerto Rico #41B69B

Tints of Puerto Rico #41B69B

Color information

#41B69B (or 0x41B69B) is unknown color: approx Puerto Rico. HEX triplet: 41, B6 and 9B. RGB value is (65,182,155). Sum of RGB (Red+Green+Blue) = 65+182+155=402 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.17% from 402); Green value is 182 (71.48% from 255 or 45.27% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 182 - color contains mainly: green. Hex color #41B69B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41B69B is #BE4964. Grayscale: #8F8F8F. Windows color (decimal): -12470629 or 10204737. OLE color: 10204737.

HSL color Cylindrical-coordinate representation of color #41B69B: hue angle of 166.15º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #41B69B is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB65182155-
CMYK0.6400.150.29
HSL166.15º47.37%48.43%-
HSV(B)166.15º64.29%71.37%-
XYZ24.8236.9536.83-
YUV143.94134.2471.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.17%
GREEN value IS 182 (71.48% from 255) = 45.27%
BLUE value IS 155 (60.94% from 255) = 38.56%
R=16.17%
G=45.27%
B=38.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal651821550.6400.150.29166.1547.3748.43
Hex41B69B400F1Da62f30
Octal101266233100017352465760
Binary100000110110110100110111000000011111110110100110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,182,155); }

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

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

 a { background-color: rgb(65,182,155); }

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

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

 span { border-color: rgb(65,182,155); }

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