#41AEA4

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

Shades of Puerto Rico #41AEA4

Tints of Puerto Rico #41AEA4

Color information

#41AEA4 (or 0x41AEA4) is unknown color: approx Puerto Rico. HEX triplet: 41, AE and A4. RGB value is (65,174,164). Sum of RGB (Red+Green+Blue) = 65+174+164=403 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.13% from 403); Green value is 174 (68.36% from 255 or 43.18% from 403); Blue value is 164 (64.45% from 255 or 40.69% from 403); Max value from RGB is 174 - color contains mainly: green. Hex color #41AEA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41AEA4 is #BE515B. Grayscale: #8C8C8C. Windows color (decimal): -12472668 or 10792513. OLE color: 10792513.

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

Color convert

RGB65174164-
CMYK0.6300.060.32
HSL174.5º45.61%46.86%-
HSV(B)174.5º62.64%68.24%-
XYZ24.0234.0840.43-
YUV140.27141.3974.31-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.13%
GREEN value IS 174 (68.36% from 255) = 43.18%
BLUE value IS 164 (64.45% from 255) = 40.69%
R=16.13%
G=43.18%
B=40.69%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal651741640.6300.060.32174.545.6146.86
Hex41AEA43F0620ae2e2f
Octal1012562447706402565657
Binary10000011010111010100100111111011010000010101110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41AEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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