#3FACA0

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

Shades of Puerto Rico #3FACA0

Tints of Puerto Rico #3FACA0

Color information

#3FACA0 (or 0x3FACA0) is unknown color: approx Puerto Rico. HEX triplet: 3F, AC and A0. RGB value is (63,172,160). Sum of RGB (Red+Green+Blue) = 63+172+160=395 (52% of max value = 765). Red value is 63 (25% from 255 or 15.95% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 160 (62.89% from 255 or 40.51% from 395); Max value from RGB is 172 - color contains mainly: green. Hex color #3FACA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FACA0 is #C0535F. Grayscale: #898989. Windows color (decimal): -12604256 or 10529855. OLE color: 10529855.

HSL color Cylindrical-coordinate representation of color #3FACA0: hue angle of 173.39º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3FACA0 is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB63172160-
CMYK0.6300.070.33
HSL173.39º46.38%46.08%-
HSV(B)173.39º63.37%67.45%-
XYZ23.1533.138.43-
YUV138.04140.3974.48-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.95%
GREEN value IS 172 (67.58% from 255) = 43.54%
BLUE value IS 160 (62.89% from 255) = 40.51%
R=15.95%
G=43.54%
B=40.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal631721600.6300.070.33173.3946.3846.08
Hex3FACA03F0721ad2e2e
Octal772542407707412555656
Binary1111111010110010100000111111011110000110101101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FACA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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