#41BDAE

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

Shades of Puerto Rico #41BDAE

Tints of Puerto Rico #41BDAE

Color information

#41BDAE (or 0x41BDAE) is unknown color: approx Puerto Rico. HEX triplet: 41, BD and AE. RGB value is (65,189,174). Sum of RGB (Red+Green+Blue) = 65+189+174=428 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.19% from 428); Green value is 189 (74.22% from 255 or 44.16% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 189 - color contains mainly: green. Hex color #41BDAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41BDAE is #BE4251. Grayscale: #969696. Windows color (decimal): -12468818 or 11451713. OLE color: 11451713.

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

Color convert

RGB65189174-
CMYK0.6600.080.26
HSL172.74º48.82%49.8%-
HSV(B)172.74º65.61%74.12%-
XYZ28.0240.5846.4-
YUV150.21141.4267.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.19%
GREEN value IS 189 (74.22% from 255) = 44.16%
BLUE value IS 174 (68.36% from 255) = 40.65%
R=15.19%
G=44.16%
B=40.65%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal651891740.6600.080.26172.7448.8249.8
Hex41BDAE42081Aad3132
Octal101275256102010322556162
Binary100000110111101101011101000010010001101010101101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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