#41BEB3

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

Shades of Puerto Rico #41BEB3

Tints of Puerto Rico #41BEB3

Color information

#41BEB3 (or 0x41BEB3) is unknown color: approx Puerto Rico. HEX triplet: 41, BE and B3. RGB value is (65,190,179). Sum of RGB (Red+Green+Blue) = 65+190+179=434 (57% of max value = 765). Red value is 65 (25.78% from 255 or 14.98% from 434); Green value is 190 (74.61% from 255 or 43.78% from 434); Blue value is 179 (70.31% from 255 or 41.24% from 434); Max value from RGB is 190 - color contains mainly: green. Hex color #41BEB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BEB3 is #BE414C. Grayscale: #979797. Windows color (decimal): -12468557 or 11779649. OLE color: 11779649.

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

Color convert

RGB65190179-
CMYK0.6600.060.25
HSL174.72º49.02%50%-
HSV(B)174.72º65.79%74.51%-
XYZ28.7341.2149.09-
YUV151.37143.5966.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.98%
GREEN value IS 190 (74.61% from 255) = 43.78%
BLUE value IS 179 (70.31% from 255) = 41.24%
R=14.98%
G=43.78%
B=41.24%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal651901790.6600.060.25174.7249.0250
Hex41BEB3420619af3132
Octal10127626310206312576162
Binary10000011011111010110011100001001101100110101111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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