#41BDA6

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

Shades of Puerto Rico #41BDA6

Tints of Puerto Rico #41BDA6

Color information

#41BDA6 (or 0x41BDA6) is unknown color: approx Puerto Rico. HEX triplet: 41, BD and A6. RGB value is (65,189,166). Sum of RGB (Red+Green+Blue) = 65+189+166=420 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.48% from 420); Green value is 189 (74.22% from 255 or 45% from 420); Blue value is 166 (65.23% from 255 or 39.52% from 420); Max value from RGB is 189 - color contains mainly: green. Hex color #41BDA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41BDA6 is #BE4259. Grayscale: #959595. Windows color (decimal): -12468826 or 10927425. OLE color: 10927425.

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

Color convert

RGB65189166-
CMYK0.6600.120.26
HSL168.87º48.82%49.8%-
HSV(B)168.87º65.61%74.12%-
XYZ27.2640.2742.41-
YUV149.3137.4267.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.48%
GREEN value IS 189 (74.22% from 255) = 45%
BLUE value IS 166 (65.23% from 255) = 39.52%
R=15.48%
G=45%
B=39.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal651891660.6600.120.26168.8748.8249.8
Hex41BDA6420C1Aa93132
Octal101275246102014322516162
Binary100000110111101101001101000010011001101010101001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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