#41BAB1

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

Shades of Puerto Rico #41BAB1

Tints of Puerto Rico #41BAB1

Color information

#41BAB1 (or 0x41BAB1) is unknown color: approx Puerto Rico. HEX triplet: 41, BA and B1. RGB value is (65,186,177). Sum of RGB (Red+Green+Blue) = 65+186+177=428 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.19% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 177 (69.53% from 255 or 41.36% from 428); Max value from RGB is 186 - color contains mainly: green. Hex color #41BAB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41BAB1 is #BE454E. Grayscale: #949494. Windows color (decimal): -12469583 or 11647553. OLE color: 11647553.

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

Color convert

RGB65186177-
CMYK0.6500.050.27
HSL175.54º48.21%49.22%-
HSV(B)175.54º65.05%72.94%-
XYZ27.6739.4247.74-
YUV148.79143.9168.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.19%
GREEN value IS 186 (73.05% from 255) = 43.46%
BLUE value IS 177 (69.53% from 255) = 41.36%
R=15.19%
G=43.46%
B=41.36%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal651861770.6500.050.27175.5448.2149.22
Hex41BAB141051Bb03031
Octal10127226110105332606061
Binary10000011011101010110001100000101011101110110000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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