#41BAAA

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

Shades of Puerto Rico #41BAAA

Tints of Puerto Rico #41BAAA

Color information

#41BAAA (or 0x41BAAA) is unknown color: approx Puerto Rico. HEX triplet: 41, BA and AA. RGB value is (65,186,170). Sum of RGB (Red+Green+Blue) = 65+186+170=421 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.44% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 186 - color contains mainly: green. Hex color #41BAAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41BAAA is #BE4555. Grayscale: #939393. Windows color (decimal): -12469590 or 11188801. OLE color: 11188801.

HSL color Cylindrical-coordinate representation of color #41BAAA: hue angle of 172.07º 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 #41BAAA is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB65186170-
CMYK0.6500.090.27
HSL172.07º48.21%49.22%-
HSV(B)172.07º65.05%72.94%-
XYZ26.9939.1444.16-
YUV148140.4168.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.44%
GREEN value IS 186 (73.05% from 255) = 44.18%
BLUE value IS 170 (66.80% from 255) = 40.38%
R=15.44%
G=44.18%
B=40.38%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal651861700.6500.090.27172.0748.2149.22
Hex41BAAA41091Bac3031
Octal101272252101011332546061
Binary100000110111010101010101000001010011101110101100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,186,170); }

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

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

 a { background-color: rgb(65,186,170); }

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

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

 span { border-color: rgb(65,186,170); }

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