#4AB695

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

Shades of Puerto Rico #4AB695

Tints of Puerto Rico #4AB695

Color information

#4AB695 (or 0x4AB695) is unknown color: approx Puerto Rico. HEX triplet: 4A, B6 and 95. RGB value is (74,182,149). Sum of RGB (Red+Green+Blue) = 74+182+149=405 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.27% from 405); Green value is 182 (71.48% from 255 or 44.94% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 182 - color contains mainly: green. Hex color #4AB695 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB695 is #B5496A. Grayscale: #919191. Windows color (decimal): -11880811 or 9811530. OLE color: 9811530.

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

Color convert

RGB74182149-
CMYK0.5900.180.29
HSL161.67º42.52%50.2%-
HSV(B)161.67º59.34%71.37%-
XYZ24.9837.0834.27-
YUV145.95129.7276.68-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.27%
GREEN value IS 182 (71.48% from 255) = 44.94%
BLUE value IS 149 (58.59% from 255) = 36.79%
R=18.27%
G=44.94%
B=36.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal741821490.5900.180.29161.6742.5250.2
Hex4AB6953B0121Da22b32
Octal11226622573022352425362
Binary100101010110110100101011110110100101110110100010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,182,149); }

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

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

 a { background-color: rgb(74,182,149); }

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

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

 span { border-color: rgb(74,182,149); }

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