#3FAEA3

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

Shades of Puerto Rico #3FAEA3

Tints of Puerto Rico #3FAEA3

Color information

#3FAEA3 (or 0x3FAEA3) is unknown color: approx Puerto Rico. HEX triplet: 3F, AE and A3. RGB value is (63,174,163). Sum of RGB (Red+Green+Blue) = 63+174+163=400 (52% of max value = 765). Red value is 63 (25% from 255 or 15.75% from 400); Green value is 174 (68.36% from 255 or 43.5% from 400); Blue value is 163 (64.06% from 255 or 40.75% from 400); Max value from RGB is 174 - color contains mainly: green. Hex color #3FAEA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAEA3 is #C0515C. Grayscale: #8B8B8B. Windows color (decimal): -12603741 or 10726975. OLE color: 10726975.

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

Color convert

RGB63174163-
CMYK0.6400.060.32
HSL174.05º46.84%46.47%-
HSV(B)174.05º63.79%68.24%-
XYZ23.833.9739.95-
YUV139.56141.2373.39-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.75%
GREEN value IS 174 (68.36% from 255) = 43.5%
BLUE value IS 163 (64.06% from 255) = 40.75%
R=15.75%
G=43.5%
B=40.75%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal631741630.6400.060.32174.0546.8446.47
Hex3FAEA3400620ae2f2e
Octal7725624310006402565756
Binary11111110101110101000111000000011010000010101110101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FAEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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