#41BFA5

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

Shades of Puerto Rico #41BFA5

Tints of Puerto Rico #41BFA5

Color information

#41BFA5 (or 0x41BFA5) is unknown color: approx Puerto Rico. HEX triplet: 41, BF and A5. RGB value is (65,191,165). Sum of RGB (Red+Green+Blue) = 65+191+165=421 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.44% from 421); Green value is 191 (75% from 255 or 45.37% from 421); Blue value is 165 (64.84% from 255 or 39.19% from 421); Max value from RGB is 191 - color contains mainly: green. Hex color #41BFA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41BFA5 is #BE405A. Grayscale: #969696. Windows color (decimal): -12468315 or 10862401. OLE color: 10862401.

HSL color Cylindrical-coordinate representation of color #41BFA5: hue angle of 167.62º degrees, saturation: 0.5, 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 #41BFA5 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB65191165-
CMYK0.6600.140.25
HSL167.62º49.61%50.2%-
HSV(B)167.62º65.97%74.9%-
XYZ27.641.142.08-
YUV150.36136.2667.11-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.44%
GREEN value IS 191 (75% from 255) = 45.37%
BLUE value IS 165 (64.84% from 255) = 39.19%
R=15.44%
G=45.37%
B=39.19%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal651911650.6600.140.25167.6249.6150.2
Hex41BFA5420E19a83232
Octal101277245102016312506262
Binary100000110111111101001011000010011101100110101000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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