#41AD9F

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

Shades of Puerto Rico #41AD9F

Tints of Puerto Rico #41AD9F

Color information

#41AD9F (or 0x41AD9F) is unknown color: approx Puerto Rico. HEX triplet: 41, AD and 9F. RGB value is (65,173,159). Sum of RGB (Red+Green+Blue) = 65+173+159=397 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.37% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 173 - color contains mainly: green. Hex color #41AD9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41AD9F is #BE5260. Grayscale: #8B8B8B. Windows color (decimal): -12472929 or 10464577. OLE color: 10464577.

HSL color Cylindrical-coordinate representation of color #41AD9F: hue angle of 172.22º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41AD9F is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB65173159-
CMYK0.6200.080.32
HSL172.22º45.38%46.67%-
HSV(B)172.22º62.43%67.84%-
XYZ23.3833.5138.04-
YUV139.11139.2275.14-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.37%
GREEN value IS 173 (67.97% from 255) = 43.58%
BLUE value IS 159 (62.5% from 255) = 40.05%
R=16.37%
G=43.58%
B=40.05%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal651731590.6200.080.32172.2245.3846.67
Hex41AD9F3E0820ac2d2f
Octal10125523776010402545557
Binary100000110101101100111111111100100010000010101100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41AD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,173,159); }

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

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

 a { background-color: rgb(65,173,159); }

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

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

 span { border-color: rgb(65,173,159); }

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