#41AEA8

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

Shades of Puerto Rico #41AEA8

Tints of Puerto Rico #41AEA8

Color information

#41AEA8 (or 0x41AEA8) is unknown color: approx Puerto Rico. HEX triplet: 41, AE and A8. RGB value is (65,174,168). Sum of RGB (Red+Green+Blue) = 65+174+168=407 (53% of max value = 765). Red value is 65 (25.78% from 255 or 15.97% from 407); Green value is 174 (68.36% from 255 or 42.75% from 407); Blue value is 168 (66.02% from 255 or 41.28% from 407); Max value from RGB is 174 - color contains mainly: green. Hex color #41AEA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41AEA8 is #BE5157. Grayscale: #8C8C8C. Windows color (decimal): -12472664 or 11054657. OLE color: 11054657.

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

Color convert

RGB65174168-
CMYK0.6300.030.32
HSL176.7º45.61%46.86%-
HSV(B)176.7º62.64%68.24%-
XYZ24.3834.2242.37-
YUV140.72143.3973.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.97%
GREEN value IS 174 (68.36% from 255) = 42.75%
BLUE value IS 168 (66.02% from 255) = 41.28%
R=15.97%
G=42.75%
B=41.28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal651741680.6300.030.32176.745.6146.86
Hex41AEA83F0320b12e2f
Octal1012562507703402615657
Binary1000001101011101010100011111101110000010110001101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41AEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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