#4AB09E

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

Shades of Puerto Rico #4AB09E

Tints of Puerto Rico #4AB09E

Color information

#4AB09E (or 0x4AB09E) is unknown color: approx Puerto Rico. HEX triplet: 4A, B0 and 9E. RGB value is (74,176,158). Sum of RGB (Red+Green+Blue) = 74+176+158=408 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.14% from 408); Green value is 176 (69.14% from 255 or 43.14% from 408); Blue value is 158 (62.11% from 255 or 38.73% from 408); Max value from RGB is 176 - color contains mainly: green. Hex color #4AB09E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AB09E is #B54F61. Grayscale: #8F8F8F. Windows color (decimal): -11882338 or 10399818. OLE color: 10399818.

HSL color Cylindrical-coordinate representation of color #4AB09E: hue angle of 169.41º 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 #4AB09E is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB74176158-
CMYK0.5800.100.31
HSL169.41º40.8%49.02%-
HSV(B)169.41º57.95%69.02%-
XYZ24.5234.9837.81-
YUV143.45136.2178.46-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.14%
GREEN value IS 176 (69.14% from 255) = 43.14%
BLUE value IS 158 (62.11% from 255) = 38.73%
R=18.14%
G=43.14%
B=38.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal741761580.5800.100.31169.4140.849.02
Hex4AB09E3A0A1Fa92931
Octal11226023672012372515161
Binary10010101011000010011110111010010101111110101001101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,176,158); }

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

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

 a { background-color: rgb(74,176,158); }

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

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

 span { border-color: rgb(74,176,158); }

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