#4FBAAD

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

Shades of Puerto Rico #4FBAAD

Tints of Puerto Rico #4FBAAD

Color information

#4FBAAD (or 0x4FBAAD) is unknown color: approx Puerto Rico. HEX triplet: 4F, BA and AD. RGB value is (79,186,173). Sum of RGB (Red+Green+Blue) = 79+186+173=438 (58% of max value = 765). Red value is 79 (31.25% from 255 or 18.04% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 186 - color contains mainly: green. Hex color #4FBAAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBAAD is #B04552. Grayscale: #989898. Windows color (decimal): -11552083 or 11385423. OLE color: 11385423.

HSL color Cylindrical-coordinate representation of color #4FBAAD: hue angle of 172.71º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FBAAD is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB79186173-
CMYK0.5800.070.27
HSL172.71º43.67%51.96%-
HSV(B)172.71º57.53%72.94%-
XYZ28.3339.845.72-
YUV152.52139.5575.56-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.04%
GREEN value IS 186 (73.05% from 255) = 42.47%
BLUE value IS 173 (67.97% from 255) = 39.50%
R=18.04%
G=42.47%
B=39.50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal791861730.5800.070.27172.7143.6751.96
Hex4FBAAD3A071Bad2c34
Octal1172722557207332555464
Binary1001111101110101010110111101001111101110101101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FBAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,186,173); }

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

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

 a { background-color: rgb(79,186,173); }

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

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

 span { border-color: rgb(79,186,173); }

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