#41AEA6

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

Shades of Puerto Rico #41AEA6

Tints of Puerto Rico #41AEA6

Color information

#41AEA6 (or 0x41AEA6) is unknown color: approx Puerto Rico. HEX triplet: 41, AE and A6. RGB value is (65,174,166). Sum of RGB (Red+Green+Blue) = 65+174+166=405 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.05% from 405); Green value is 174 (68.36% from 255 or 42.96% from 405); Blue value is 166 (65.23% from 255 or 40.99% from 405); Max value from RGB is 174 - color contains mainly: green. Hex color #41AEA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41AEA6 is #BE5159. Grayscale: #8C8C8C. Windows color (decimal): -12472666 or 10923585. OLE color: 10923585.

HSL color Cylindrical-coordinate representation of color #41AEA6: hue angle of 175.6º 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 #41AEA6 is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB65174166-
CMYK0.6300.050.32
HSL175.6º45.61%46.86%-
HSV(B)175.6º62.64%68.24%-
XYZ24.234.1541.39-
YUV140.5142.3974.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.05%
GREEN value IS 174 (68.36% from 255) = 42.96%
BLUE value IS 166 (65.23% from 255) = 40.99%
R=16.05%
G=42.96%
B=40.99%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal651741660.6300.050.32175.645.6146.86
Hex41AEA63F0520b02e2f
Octal1012562467705402605657
Binary10000011010111010100110111111010110000010110000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41AEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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