#41B0A9

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

Shades of Puerto Rico #41B0A9

Tints of Puerto Rico #41B0A9

Color information

#41B0A9 (or 0x41B0A9) is unknown color: approx Puerto Rico. HEX triplet: 41, B0 and A9. RGB value is (65,176,169). Sum of RGB (Red+Green+Blue) = 65+176+169=410 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.85% from 410); Green value is 176 (69.14% from 255 or 42.93% from 410); Blue value is 169 (66.41% from 255 or 41.22% from 410); Max value from RGB is 176 - color contains mainly: green. Hex color #41B0A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41B0A9 is #BE4F56. Grayscale: #8D8D8D. Windows color (decimal): -12472151 or 11120705. OLE color: 11120705.

HSL color Cylindrical-coordinate representation of color #41B0A9: hue angle of 176.22º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41B0A9 is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB65176169-
CMYK0.6300.040.31
HSL176.22º46.06%47.25%-
HSV(B)176.22º63.07%69.02%-
XYZ24.8735.0442.99-
YUV142.01143.2373.07-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.85%
GREEN value IS 176 (69.14% from 255) = 42.93%
BLUE value IS 169 (66.41% from 255) = 41.22%
R=15.85%
G=42.93%
B=41.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal651761690.6300.040.31176.2246.0647.25
Hex41B0A93F041Fb02e2f
Octal1012602517704372605657
Binary1000001101100001010100111111101001111110110000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B0A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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