#41B5AE

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

Shades of Puerto Rico #41B5AE

Tints of Puerto Rico #41B5AE

Color information

#41B5AE (or 0x41B5AE) is unknown color: approx Puerto Rico. HEX triplet: 41, B5 and AE. RGB value is (65,181,174). Sum of RGB (Red+Green+Blue) = 65+181+174=420 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.48% from 420); Green value is 181 (71.09% from 255 or 43.10% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 181 - color contains mainly: green. Hex color #41B5AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41B5AE is #BE4A51. Grayscale: #919191. Windows color (decimal): -12470866 or 11449665. OLE color: 11449665.

HSL color Cylindrical-coordinate representation of color #41B5AE: hue angle of 176.38º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #41B5AE is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB65181174-
CMYK0.6400.040.29
HSL176.38º47.15%48.24%-
HSV(B)176.38º64.09%70.98%-
XYZ26.3437.2345.84-
YUV145.52144.0770.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.48%
GREEN value IS 181 (71.09% from 255) = 43.10%
BLUE value IS 174 (68.36% from 255) = 41.43%
R=15.48%
G=43.10%
B=41.43%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal651811740.6400.040.29176.3847.1548.24
Hex41B5AE40041Db02f30
Octal10126525610004352605760
Binary10000011011010110101110100000001001110110110000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,181,174); }

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

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

 a { background-color: rgb(65,181,174); }

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

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

 span { border-color: rgb(65,181,174); }

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