#41BDA2

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

Shades of Puerto Rico #41BDA2

Tints of Puerto Rico #41BDA2

Color information

#41BDA2 (or 0x41BDA2) is unknown color: approx Puerto Rico. HEX triplet: 41, BD and A2. RGB value is (65,189,162). Sum of RGB (Red+Green+Blue) = 65+189+162=416 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.62% from 416); Green value is 189 (74.22% from 255 or 45.43% from 416); Blue value is 162 (63.67% from 255 or 38.94% from 416); Max value from RGB is 189 - color contains mainly: green. Hex color #41BDA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41BDA2 is #BE425D. Grayscale: #949494. Windows color (decimal): -12468830 or 10665281. OLE color: 10665281.

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

Color convert

RGB65189162-
CMYK0.6600.140.26
HSL166.94º48.82%49.8%-
HSV(B)166.94º65.61%74.12%-
XYZ26.940.1340.51-
YUV148.85135.4268.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.62%
GREEN value IS 189 (74.22% from 255) = 45.43%
BLUE value IS 162 (63.67% from 255) = 38.94%
R=15.62%
G=45.43%
B=38.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal651891620.6600.140.26166.9448.8249.8
Hex41BDA2420E1Aa73132
Octal101275242102016322476162
Binary100000110111101101000101000010011101101010100111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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