#4AB598

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

Shades of Puerto Rico #4AB598

Tints of Puerto Rico #4AB598

Color information

#4AB598 (or 0x4AB598) is unknown color: approx Puerto Rico. HEX triplet: 4A, B5 and 98. RGB value is (74,181,152). Sum of RGB (Red+Green+Blue) = 74+181+152=407 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.18% from 407); Green value is 181 (71.09% from 255 or 44.47% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 181 - color contains mainly: green. Hex color #4AB598 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB598 is #B54A67. Grayscale: #919191. Windows color (decimal): -11881064 or 10007882. OLE color: 10007882.

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

Color convert

RGB74181152-
CMYK0.5900.160.29
HSL163.74º41.96%50%-
HSV(B)163.74º59.12%70.98%-
XYZ25.0236.7735.48-
YUV145.7131.5576.86-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.18%
GREEN value IS 181 (71.09% from 255) = 44.47%
BLUE value IS 152 (59.77% from 255) = 37.35%
R=18.18%
G=44.47%
B=37.35%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal741811520.5900.160.29163.7441.9650
Hex4AB5983B0101Da42a32
Octal11226523073020352445262
Binary100101010110101100110001110110100001110110100100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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