#3fbeaa

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

Shades of Puerto Rico #3FBEAA

Tints of Puerto Rico #3FBEAA

Color information

#3FBEAA (or 0x3FBEAA) is unknown color: approx Puerto Rico. HEX triplet: 3F, BE and AA. RGB value is (63,190,170). Sum of RGB (Red+Green+Blue) = 63+190+170=423 (56% of max value = 765). Red value is 63 (25% from 255 or 14.89% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 190 - color contains mainly: green. Hex color #3FBEAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FBEAA is #C04155. Grayscale: #959595. Windows color (decimal): -12599638 or 11189823. OLE color: 11189823.

HSL color Cylindrical-coordinate representation of color #3FBEAA: hue angle of 170.55º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FBEAA is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB63190170-
CMYK0.6700.110.25
HSL170.55º50.2%49.61%-
HSV(B)170.55º66.84%74.51%-
XYZ27.7240.7944.44-
YUV149.75139.4266.13-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.89%
GREEN value IS 190 (74.61% from 255) = 44.92%
BLUE value IS 170 (66.80% from 255) = 40.19%
R=14.89%
G=44.92%
B=40.19%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal631901700.6700.110.25170.5550.249.61
Hex3FBEAA430B19ab3232
Octal77276252103013312536262
Binary11111110111110101010101000011010111100110101011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3fbeaa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3fbeaa; }

 p { color: rgb(63,190,170); }

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

<style>
 a { background-color: #3fbeaa; }

 a { background-color: rgb(63,190,170); }

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

<style>
 span { border-color: #3fbeaa; }

 span { border-color: rgb(63,190,170); }

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