#4AB1AE

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

Shades of Puerto Rico #4AB1AE

Tints of Puerto Rico #4AB1AE

Color information

#4AB1AE (or 0x4AB1AE) is unknown color: approx Puerto Rico. HEX triplet: 4A, B1 and AE. RGB value is (74,177,174). Sum of RGB (Red+Green+Blue) = 74+177+174=425 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.41% from 425); Green value is 177 (69.53% from 255 or 41.65% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 177 - color contains mainly: green. Hex color #4AB1AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AB1AE is #B54E51. Grayscale: #919191. Windows color (decimal): -11882066 or 11448650. OLE color: 11448650.

HSL color Cylindrical-coordinate representation of color #4AB1AE: hue angle of 178.25º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AB1AE is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB74177174-
CMYK0.5800.020.31
HSL178.25º41.04%49.22%-
HSV(B)178.25º58.19%69.41%-
XYZ26.1935.9645.6-
YUV145.86143.8876.74-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.41%
GREEN value IS 177 (69.53% from 255) = 41.65%
BLUE value IS 174 (68.36% from 255) = 40.94%
R=17.41%
G=41.65%
B=40.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal741771740.5800.020.31178.2541.0449.22
Hex4AB1AE3A021Fb22931
Octal1122612567202372625161
Binary100101010110001101011101110100101111110110010101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,177,174); }

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

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

 a { background-color: rgb(74,177,174); }

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

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

 span { border-color: rgb(74,177,174); }

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