#4AB49B

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

Shades of Puerto Rico #4AB49B

Tints of Puerto Rico #4AB49B

Color information

#4AB49B (or 0x4AB49B) is unknown color: approx Puerto Rico. HEX triplet: 4A, B4 and 9B. RGB value is (74,180,155). Sum of RGB (Red+Green+Blue) = 74+180+155=409 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.09% from 409); Green value is 180 (70.70% from 255 or 44.01% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 180 - color contains mainly: green. Hex color #4AB49B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB49B is #B54B64. Grayscale: #919191. Windows color (decimal): -11881317 or 10204234. OLE color: 10204234.

HSL color Cylindrical-coordinate representation of color #4AB49B: hue angle of 165.85º 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 #4AB49B is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB74180155-
CMYK0.5900.140.29
HSL165.85º41.73%49.8%-
HSV(B)165.85º58.89%70.59%-
XYZ25.0636.4636.73-
YUV145.46133.3877.03-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.09%
GREEN value IS 180 (70.70% from 255) = 44.01%
BLUE value IS 155 (60.94% from 255) = 37.90%
R=18.09%
G=44.01%
B=37.90%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal741801550.5900.140.29165.8541.7349.8
Hex4AB49B3B0E1Da62a32
Octal11226423373016352465262
Binary10010101011010010011011111011011101110110100110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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