#41ABA0

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

Shades of Puerto Rico #41ABA0

Tints of Puerto Rico #41ABA0

Color information

#41ABA0 (or 0x41ABA0) is unknown color: approx Puerto Rico. HEX triplet: 41, AB and A0. RGB value is (65,171,160). Sum of RGB (Red+Green+Blue) = 65+171+160=396 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.41% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 160 (62.89% from 255 or 40.40% from 396); Max value from RGB is 171 - color contains mainly: green. Hex color #41ABA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41ABA0 is #BE545F. Grayscale: #898989. Windows color (decimal): -12473440 or 10529601. OLE color: 10529601.

HSL color Cylindrical-coordinate representation of color #41ABA0: hue angle of 173.77º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41ABA0 is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB65171160-
CMYK0.6200.060.33
HSL173.77º44.92%46.27%-
HSV(B)173.77º61.99%67.06%-
XYZ23.0932.7938.37-
YUV138.05140.3875.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.41%
GREEN value IS 171 (67.19% from 255) = 43.18%
BLUE value IS 160 (62.89% from 255) = 40.40%
R=16.41%
G=43.18%
B=40.40%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal651711600.6200.060.33173.7744.9246.27
Hex41ABA03E0621ae2d2e
Octal1012532407606412565556
Binary10000011010101110100000111110011010000110101110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41ABA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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