#4ABEB5

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

Shades of Puerto Rico #4ABEB5

Tints of Puerto Rico #4ABEB5

Color information

#4ABEB5 (or 0x4ABEB5) is unknown color: approx Puerto Rico. HEX triplet: 4A, BE and B5. RGB value is (74,190,181). Sum of RGB (Red+Green+Blue) = 74+190+181=445 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.63% from 445); Green value is 190 (74.61% from 255 or 42.70% from 445); Blue value is 181 (71.09% from 255 or 40.67% from 445); Max value from RGB is 190 - color contains mainly: green. Hex color #4ABEB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABEB5 is #B5414A. Grayscale: #9A9A9A. Windows color (decimal): -11878731 or 11910730. OLE color: 11910730.

HSL color Cylindrical-coordinate representation of color #4ABEB5: hue angle of 175.34º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABEB5 is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB74190181-
CMYK0.6100.050.25
HSL175.34º47.15%51.76%-
HSV(B)175.34º61.05%74.51%-
XYZ29.5841.6250.19-
YUV154.29143.0770.73-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.63%
GREEN value IS 190 (74.61% from 255) = 42.70%
BLUE value IS 181 (71.09% from 255) = 40.67%
R=16.63%
G=42.70%
B=40.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal741901810.6100.050.25175.3447.1551.76
Hex4ABEB53D0519af2f34
Octal1122762657505312575764
Binary1001010101111101011010111110101011100110101111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,190,181); }

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

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

 a { background-color: rgb(74,190,181); }

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

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

 span { border-color: rgb(74,190,181); }

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