#3FAEA2

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

Shades of Puerto Rico #3FAEA2

Tints of Puerto Rico #3FAEA2

Color information

#3FAEA2 (or 0x3FAEA2) is unknown color: approx Puerto Rico. HEX triplet: 3F, AE and A2. RGB value is (63,174,162). Sum of RGB (Red+Green+Blue) = 63+174+162=399 (52% of max value = 765). Red value is 63 (25% from 255 or 15.79% from 399); Green value is 174 (68.36% from 255 or 43.61% from 399); Blue value is 162 (63.67% from 255 or 40.60% from 399); Max value from RGB is 174 - color contains mainly: green. Hex color #3FAEA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAEA2 is #C0515D. Grayscale: #8B8B8B. Windows color (decimal): -12603742 or 10661439. OLE color: 10661439.

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

Color convert

RGB63174162-
CMYK0.6400.070.32
HSL173.51º46.84%46.47%-
HSV(B)173.51º63.79%68.24%-
XYZ23.7133.9439.48-
YUV139.44140.7373.48-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.79%
GREEN value IS 174 (68.36% from 255) = 43.61%
BLUE value IS 162 (63.67% from 255) = 40.60%
R=15.79%
G=43.61%
B=40.60%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal631741620.6400.070.32173.5146.8446.47
Hex3FAEA2400720ae2f2e
Octal7725624210007402565756
Binary11111110101110101000101000000011110000010101110101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FAEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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