#3FAEA0

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

Shades of Puerto Rico #3FAEA0

Tints of Puerto Rico #3FAEA0

Color information

#3FAEA0 (or 0x3FAEA0) is unknown color: approx Puerto Rico. HEX triplet: 3F, AE and A0. RGB value is (63,174,160). Sum of RGB (Red+Green+Blue) = 63+174+160=397 (52% of max value = 765). Red value is 63 (25% from 255 or 15.87% from 397); Green value is 174 (68.36% from 255 or 43.83% from 397); Blue value is 160 (62.89% from 255 or 40.30% from 397); Max value from RGB is 174 - color contains mainly: green. Hex color #3FAEA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAEA0 is #C0515F. Grayscale: #8B8B8B. Windows color (decimal): -12603744 or 10530367. OLE color: 10530367.

HSL color Cylindrical-coordinate representation of color #3FAEA0: hue angle of 172.43º 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 #3FAEA0 is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB63174160-
CMYK0.6400.080.32
HSL172.43º46.84%46.47%-
HSV(B)172.43º63.79%68.24%-
XYZ23.5333.8738.55-
YUV139.22139.7373.64-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.87%
GREEN value IS 174 (68.36% from 255) = 43.83%
BLUE value IS 160 (62.89% from 255) = 40.30%
R=15.87%
G=43.83%
B=40.30%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal631741600.6400.080.32172.4346.8446.47
Hex3FAEA0400820ac2f2e
Octal77256240100010402545756
Binary111111101011101010000010000000100010000010101100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FAEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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