#3FAEA5

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

Shades of Puerto Rico #3FAEA5

Tints of Puerto Rico #3FAEA5

Color information

#3FAEA5 (or 0x3FAEA5) is unknown color: approx Puerto Rico. HEX triplet: 3F, AE and A5. RGB value is (63,174,165). Sum of RGB (Red+Green+Blue) = 63+174+165=402 (53% of max value = 765). Red value is 63 (25% from 255 or 15.67% from 402); Green value is 174 (68.36% from 255 or 43.28% from 402); Blue value is 165 (64.84% from 255 or 41.04% from 402); Max value from RGB is 174 - color contains mainly: green. Hex color #3FAEA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAEA5 is #C0515A. Grayscale: #8B8B8B. Windows color (decimal): -12603739 or 10858047. OLE color: 10858047.

HSL color Cylindrical-coordinate representation of color #3FAEA5: hue angle of 175.14º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3FAEA5 is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB63174165-
CMYK0.6400.050.32
HSL175.14º46.84%46.47%-
HSV(B)175.14º63.79%68.24%-
XYZ23.9834.0540.91-
YUV139.78142.2373.23-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.67%
GREEN value IS 174 (68.36% from 255) = 43.28%
BLUE value IS 165 (64.84% from 255) = 41.04%
R=15.67%
G=43.28%
B=41.04%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal631741650.6400.050.32175.1446.8446.47
Hex3FAEA5400520af2f2e
Octal7725624510005402575756
Binary11111110101110101001011000000010110000010101111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FAEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,174,165); }

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

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

 a { background-color: rgb(63,174,165); }

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

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

 span { border-color: rgb(63,174,165); }

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