#4AB4A1

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

Shades of Puerto Rico #4AB4A1

Tints of Puerto Rico #4AB4A1

Color information

#4AB4A1 (or 0x4AB4A1) is unknown color: approx Puerto Rico. HEX triplet: 4A, B4 and A1. RGB value is (74,180,161). Sum of RGB (Red+Green+Blue) = 74+180+161=415 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.83% from 415); Green value is 180 (70.70% from 255 or 43.37% from 415); Blue value is 161 (63.28% from 255 or 38.80% from 415); Max value from RGB is 180 - color contains mainly: green. Hex color #4AB4A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB4A1 is #B54B5E. Grayscale: #929292. Windows color (decimal): -11881311 or 10597450. OLE color: 10597450.

HSL color Cylindrical-coordinate representation of color #4AB4A1: hue angle of 169.25º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AB4A1 is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB74180161-
CMYK0.5900.110.29
HSL169.25º41.73%49.8%-
HSV(B)169.25º58.89%70.59%-
XYZ25.5836.6739.45-
YUV146.14136.3876.54-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.83%
GREEN value IS 180 (70.70% from 255) = 43.37%
BLUE value IS 161 (63.28% from 255) = 38.80%
R=17.83%
G=43.37%
B=38.80%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal741801610.5900.110.29169.2541.7349.8
Hex4AB4A13B0B1Da92a32
Octal11226424173013352515262
Binary10010101011010010100001111011010111110110101001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB4A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4AB4A1; }

 p { color: rgb(74,180,161); }

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

<style>
 a { background-color: #4AB4A1; }

 a { background-color: rgb(74,180,161); }

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

<style>
 span { border-color: #4AB4A1; }

 span { border-color: rgb(74,180,161); }

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