#41AEAB

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

Shades of Puerto Rico #41AEAB

Tints of Puerto Rico #41AEAB

Color information

#41AEAB (or 0x41AEAB) is unknown color: approx Puerto Rico. HEX triplet: 41, AE and AB. RGB value is (65,174,171). Sum of RGB (Red+Green+Blue) = 65+174+171=410 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.85% from 410); Green value is 174 (68.36% from 255 or 42.44% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 174 - color contains mainly: green. Hex color #41AEAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41AEAB is #BE5154. Grayscale: #8C8C8C. Windows color (decimal): -12472661 or 11251265. OLE color: 11251265.

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

Color convert

RGB65174171-
CMYK0.6300.020.32
HSL178.35º45.61%46.86%-
HSV(B)178.35º62.64%68.24%-
XYZ24.6734.3443.86-
YUV141.07144.8973.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.85%
GREEN value IS 174 (68.36% from 255) = 42.44%
BLUE value IS 171 (67.19% from 255) = 41.71%
R=15.85%
G=42.44%
B=41.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal651741710.6300.020.32178.3545.6146.86
Hex41AEAB3F0220b22e2f
Octal1012562537702402625657
Binary1000001101011101010101111111101010000010110010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41AEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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