#41BEA5

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

Shades of Puerto Rico #41BEA5

Tints of Puerto Rico #41BEA5

Color information

#41BEA5 (or 0x41BEA5) is unknown color: approx Puerto Rico. HEX triplet: 41, BE and A5. RGB value is (65,190,165). Sum of RGB (Red+Green+Blue) = 65+190+165=420 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.48% from 420); Green value is 190 (74.61% from 255 or 45.24% from 420); Blue value is 165 (64.84% from 255 or 39.29% from 420); Max value from RGB is 190 - color contains mainly: green. Hex color #41BEA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41BEA5 is #BE415A. Grayscale: #959595. Windows color (decimal): -12468571 or 10862145. OLE color: 10862145.

HSL color Cylindrical-coordinate representation of color #41BEA5: hue angle of 168º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41BEA5 is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB65190165-
CMYK0.6600.130.25
HSL168º49.02%50%-
HSV(B)168º65.79%74.51%-
XYZ27.3840.6742-
YUV149.77136.5967.53-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.48%
GREEN value IS 190 (74.61% from 255) = 45.24%
BLUE value IS 165 (64.84% from 255) = 39.29%
R=15.48%
G=45.24%
B=39.29%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal651901650.6600.130.2516849.0250
Hex41BEA5420D19a83132
Octal101276245102015312506162
Binary100000110111110101001011000010011011100110101000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,190,165); }

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

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

 a { background-color: rgb(65,190,165); }

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

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

 span { border-color: rgb(65,190,165); }

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