#3FB1A6

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

Shades of Puerto Rico #3FB1A6

Tints of Puerto Rico #3FB1A6

Color information

#3FB1A6 (or 0x3FB1A6) is unknown color: approx Puerto Rico. HEX triplet: 3F, B1 and A6. RGB value is (63,177,166). Sum of RGB (Red+Green+Blue) = 63+177+166=406 (53% of max value = 765). Red value is 63 (25% from 255 or 15.52% from 406); Green value is 177 (69.53% from 255 or 43.60% from 406); Blue value is 166 (65.23% from 255 or 40.89% from 406); Max value from RGB is 177 - color contains mainly: green. Hex color #3FB1A6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FB1A6 is #C04E59. Grayscale: #8D8D8D. Windows color (decimal): -12602970 or 10924351. OLE color: 10924351.

HSL color Cylindrical-coordinate representation of color #3FB1A6: hue angle of 174.21º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3FB1A6 is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB63177166-
CMYK0.6400.060.31
HSL174.21º47.5%47.06%-
HSV(B)174.21º64.41%69.41%-
XYZ24.6535.2541.58-
YUV141.66141.7371.89-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.52%
GREEN value IS 177 (69.53% from 255) = 43.60%
BLUE value IS 166 (65.23% from 255) = 40.89%
R=15.52%
G=43.60%
B=40.89%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal631771660.6400.060.31174.2147.547.06
Hex3FB1A640061Fae302f
Octal7726124610006372566057
Binary1111111011000110100110100000001101111110101110110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB1A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,177,166); }

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

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

 a { background-color: rgb(63,177,166); }

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

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

 span { border-color: rgb(63,177,166); }

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