#41B9AB

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

Shades of Puerto Rico #41B9AB

Tints of Puerto Rico #41B9AB

Color information

#41B9AB (or 0x41B9AB) is unknown color: approx Puerto Rico. HEX triplet: 41, B9 and AB. RGB value is (65,185,171). Sum of RGB (Red+Green+Blue) = 65+185+171=421 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.44% from 421); Green value is 185 (72.66% from 255 or 43.94% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 185 - color contains mainly: green. Hex color #41B9AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41B9AB is #BE4654. Grayscale: #939393. Windows color (decimal): -12469845 or 11254081. OLE color: 11254081.

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

Color convert

RGB65185171-
CMYK0.6500.080.27
HSL173º48%49.02%-
HSV(B)173º64.86%72.55%-
XYZ26.8838.7644.59-
YUV147.52141.2469.14-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.44%
GREEN value IS 185 (72.66% from 255) = 43.94%
BLUE value IS 171 (67.19% from 255) = 40.62%
R=15.44%
G=43.94%
B=40.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal651851710.6500.080.271734849.02
Hex41B9AB41081Bad3031
Octal101271253101010332556061
Binary100000110111001101010111000001010001101110101101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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