#41B5AB

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

Shades of Puerto Rico #41B5AB

Tints of Puerto Rico #41B5AB

Color information

#41B5AB (or 0x41B5AB) is unknown color: approx Puerto Rico. HEX triplet: 41, B5 and AB. RGB value is (65,181,171). Sum of RGB (Red+Green+Blue) = 65+181+171=417 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.59% from 417); Green value is 181 (71.09% from 255 or 43.41% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 181 - color contains mainly: green. Hex color #41B5AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41B5AB is #BE4A54. Grayscale: #919191. Windows color (decimal): -12470869 or 11253057. OLE color: 11253057.

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

Color convert

RGB65181171-
CMYK0.6400.060.29
HSL174.83º47.15%48.24%-
HSV(B)174.83º64.09%70.98%-
XYZ26.0537.1144.32-
YUV145.18142.5770.81-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.59%
GREEN value IS 181 (71.09% from 255) = 43.41%
BLUE value IS 171 (67.19% from 255) = 41.01%
R=15.59%
G=43.41%
B=41.01%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal651811710.6400.060.29174.8347.1548.24
Hex41B5AB40061Daf2f30
Octal10126525310006352575760
Binary10000011011010110101011100000001101110110101111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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