#41BCB1

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

Shades of Puerto Rico #41BCB1

Tints of Puerto Rico #41BCB1

Color information

#41BCB1 (or 0x41BCB1) is unknown color: approx Puerto Rico. HEX triplet: 41, BC and B1. RGB value is (65,188,177). Sum of RGB (Red+Green+Blue) = 65+188+177=430 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.12% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 177 (69.53% from 255 or 41.16% from 430); Max value from RGB is 188 - color contains mainly: green. Hex color #41BCB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41BCB1 is #BE434E. Grayscale: #959595. Windows color (decimal): -12469071 or 11648065. OLE color: 11648065.

HSL color Cylindrical-coordinate representation of color #41BCB1: hue angle of 174.63º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41BCB1 is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB65188177-
CMYK0.6500.060.26
HSL174.63º48.62%49.61%-
HSV(B)174.63º65.43%73.73%-
XYZ28.140.2647.89-
YUV149.97143.2567.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.12%
GREEN value IS 188 (73.83% from 255) = 43.72%
BLUE value IS 177 (69.53% from 255) = 41.16%
R=15.12%
G=43.72%
B=41.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal651881770.6500.060.26174.6348.6249.61
Hex41BCB141061Aaf3132
Octal10127426110106322576162
Binary10000011011110010110001100000101101101010101111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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